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
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
5660Many other general usability updates around help text, diagnostic messages
5761and 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 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.6.3.1
4+ DEF_VER=v1.6.3.2
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments