File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,17 @@ Fixes since v1.6.3.1
37
37
the first hunk that adds a line at the top was split into two and
38
38
both halves are marked to be used.
39
39
40
+ * "git blame path" misbehaved at the commit where path became file
41
+ from a directory with some files in it.
42
+
40
43
* "git for-each-ref" had a segfaulting bug when dealing with a tag object
41
44
created by an ancient git.
42
45
43
46
* "git format-patch -k" still added patch numbers if format.numbered
44
47
configuration was set.
45
48
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.
47
51
48
52
* http-push had a small use-after-free bug.
49
53
@@ -55,9 +59,3 @@ Fixes since v1.6.3.1
55
59
56
60
Many other general usability updates around help text, diagnostic messages
57
61
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
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.6.3.1
4
+ DEF_VER=v1.6.3.2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments