File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ Fixes since v1.6.0.2
2424* "git diff --no-index" on binary files no longer outputs a bogus
2525 "diff --git" header line.
2626
27+ * "git diff" hunk header patterns with multiple elements separated by LF
28+ were not used correctly.
29+
30+ * "git gc" when ejecting otherwise unreachable objects from packfiles into
31+ loose form leaked memory.
32+
2733* Hunk headers in "git diff" default to using extended regular
2834 expressions, fixing some of the internal patterns on non-GNU
2935 platforms.
@@ -47,6 +53,8 @@ Fixes since v1.6.0.2
4753
4854* "git remote show -v" now displays all URLs of a remote.
4955
56+ * "git checkout -b branch" was confused when branch already existed.
57+
5058* "git checkout -q" once again suppresses the locally modified file list.
5159
5260* "git clone -q", "git fetch -q" asks remote side to not send
@@ -107,6 +115,6 @@ Many other documentation updates.
107115
108116--
109117exec >/var/tmp/1
110- O=v1.6.0.2-95-g72d404d
118+ O=v1.6.0.2-110-gf07c3c5
111119echo O=$(git describe maint)
112120git shortlog --no-merges $O..maint
You can’t perform that action at this time.
0 commit comments