Skip to content

Commit 6c7f58d

Browse files
committed
GIT 1.6.3.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 84201ea commit 6c7f58d

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Documentation/RelNotes-1.6.3.2.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,17 @@ Fixes since v1.6.3.1
3737
the first hunk that adds a line at the top was split into two and
3838
both halves are marked to be used.
3939

40+
* "git blame path" misbehaved at the commit where path became file
41+
from a directory with some files in it.
42+
4043
* "git for-each-ref" had a segfaulting bug when dealing with a tag object
4144
created by an ancient git.
4245

4346
* "git format-patch -k" still added patch numbers if format.numbered
4447
configuration was set.
4548

46-
* "git grep --color ''" did not terminate.
49+
* "git grep --color ''" did not terminate. The command also had
50+
subtle bugs with its -w option.
4751

4852
* http-push had a small use-after-free bug.
4953

@@ -55,9 +59,3 @@ Fixes since v1.6.3.1
5559

5660
Many other general usability updates around help text, diagnostic messages
5761
and documentation are included as well.
58-
59-
---
60-
exec >/var/tmp/1
61-
O=v1.6.3.1-68-g456cb4c
62-
echo O=$(git describe maint)
63-
git shortlog --no-merges $O..maint

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.3.1
4+
DEF_VER=v1.6.3.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)