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
24
24
* "git diff --no-index" on binary files no longer outputs a bogus
25
25
"diff --git" header line.
26
26
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
+
27
33
* Hunk headers in "git diff" default to using extended regular
28
34
expressions, fixing some of the internal patterns on non-GNU
29
35
platforms.
@@ -47,6 +53,8 @@ Fixes since v1.6.0.2
47
53
48
54
* "git remote show -v" now displays all URLs of a remote.
49
55
56
+ * "git checkout -b branch" was confused when branch already existed.
57
+
50
58
* "git checkout -q" once again suppresses the locally modified file list.
51
59
52
60
* "git clone -q", "git fetch -q" asks remote side to not send
@@ -107,6 +115,6 @@ Many other documentation updates.
107
115
108
116
--
109
117
exec >/var/tmp/1
110
- O=v1.6.0.2-95-g72d404d
118
+ O=v1.6.0.2-110-gf07c3c5
111
119
echo O=$(git describe maint)
112
120
git shortlog --no-merges $O..maint
You can’t perform that action at this time.
0 commit comments