Skip to content

Commit b59122f

Browse files
committed
GIT 1.6.1.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 919ab64 commit b59122f

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

Documentation/RelNotes-1.6.1.3.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
GIT v1.6.1.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.6.1.2
5+
--------------------
6+
7+
* "git diff --binary | git apply" pipeline did not work well when
8+
a binary blob is changed to a symbolic link.
9+
10+
* Some combinations of -b/-w/--ignore-space-at-eol to "git diff" did
11+
not work as expected.
12+
13+
* "git grep" did not pass the -I (ignore binary) option when
14+
calling out an external grep program.
15+
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.
19+
20+
* "git mv" to move an untracked file to overwrite a tracked
21+
contents misbehaved.
22+
23+
* "git merge -s octopus" with many potential merge bases did not
24+
work correctly.
25+
26+
* RPM binary package installed the html manpages in a wrong place.
27+
28+
Also includes minor documentation fixes and updates.
29+
30+
31+
--
32+
git shortlog --no-merges v1.6.1.2-33-gc789350..

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.6.1.2.GIT
4+
DEF_VER=v1.6.1.3.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.6.1.2.txt
1+
Documentation/RelNotes-1.6.1.3.txt

0 commit comments

Comments
 (0)