source: git/vendor/current/Documentation/RelNotes/1.9.3.txt@ 774

Last change on this file since 774 was 774, checked in by dmik, 11 years ago

git: Import version 1.9.4 from vendor.

  • Property svn:eol-style set to native
File size: 635 bytes
Line 
1Git v1.9.3 Release Notes
2========================
3
4Fixes since v1.9.2
5------------------
6
7 * "git p4" dealing with changes in binary files were broken by a
8 change in 1.9 release.
9
10 * The shell prompt script (in contrib/), when using the PROMPT_COMMAND
11 interface, used an unsafe construct when showing the branch name in
12 $PS1.
13
14 * "git rebase" used a POSIX shell construct FreeBSD /bin/sh does not
15 work well with.
16
17 * Some more Unicode codepoints defined in Unicode 6.3 as having
18 zero width have been taught to our display column counting logic.
19
20 * Some tests used shell constructs that did not work well on
21 FreeBSD.
Note: See TracBrowser for help on using the repository browser.