File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,22 @@ Fixes since v1.6.0.2
27
27
* "git diff" hunk header patterns with multiple elements separated by LF
28
28
were not used correctly.
29
29
30
- * "git gc" when ejecting otherwise unreachable objects from packfiles into
31
- loose form leaked memory.
32
-
33
30
* Hunk headers in "git diff" default to using extended regular
34
31
expressions, fixing some of the internal patterns on non-GNU
35
32
platforms.
36
33
37
34
* New config "diff.*.xfuncname" exposes extended regular expressions
38
35
for user specified hunk header patterns.
39
36
37
+ * "git gc" when ejecting otherwise unreachable objects from packfiles into
38
+ loose form leaked memory.
39
+
40
40
* "git index-pack" was recently broken and mishandled objects added by
41
41
thin-pack completion processing under memory pressure.
42
42
43
+ * "git index-pack" was recently broken and misbehaved when run from inside
44
+ .git/objects/pack/ directory.
45
+
43
46
* "git stash apply sash@{1}" was fixed to error out. Prior versions
44
47
would have applied stash@{0} incorrectly.
45
48
@@ -112,9 +115,3 @@ Fixes since v1.6.0.2
112
115
("git fetch") is still however supported.
113
116
114
117
Many other documentation updates.
115
-
116
- --
117
- exec >/var/tmp/1
118
- O=v1.6.0.2-110-gf07c3c5
119
- echo O=$(git describe maint)
120
- git shortlog --no-merges $O..maint
You can’t perform that action at this time.
0 commit comments