Merge branch 'rb/hpe'
[git.git] / Documentation / RelNotes / 1.6.1.3.txt
blobcd08d8174ec124ac4cf4d1553e129791810ab913
1 GIT v1.6.1.3 Release Notes
2 ==========================
4 Fixes since v1.6.1.2
5 --------------------
7 * "git diff --binary | git apply" pipeline did not work well when
8   a binary blob is changed to a symbolic link.
10 * Some combinations of -b/-w/--ignore-space-at-eol to "git diff" did
11   not work as expected.
13 * "git grep" did not pass the -I (ignore binary) option when
14   calling out an external grep program.
16 * "git log" and friends include HEAD to the set of starting points
17   when --all is given.  This makes a difference when you are not
18   on any branch.
20 * "git mv" to move an untracked file to overwrite a tracked
21   contents misbehaved.
23 * "git merge -s octopus" with many potential merge bases did not
24   work correctly.
26 * RPM binary package installed the html manpages in a wrong place.
28 Also includes minor documentation fixes and updates.