Skip to content

Commit 031e6c8

Browse files
committed
GIT 1.6.0.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a672ea6 commit 031e6c8

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Documentation/RelNotes-1.6.0.3.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,22 @@ Fixes since v1.6.0.2
2727
* "git diff" hunk header patterns with multiple elements separated by LF
2828
were not used correctly.
2929

30-
* "git gc" when ejecting otherwise unreachable objects from packfiles into
31-
loose form leaked memory.
32-
3330
* Hunk headers in "git diff" default to using extended regular
3431
expressions, fixing some of the internal patterns on non-GNU
3532
platforms.
3633

3734
* New config "diff.*.xfuncname" exposes extended regular expressions
3835
for user specified hunk header patterns.
3936

37+
* "git gc" when ejecting otherwise unreachable objects from packfiles into
38+
loose form leaked memory.
39+
4040
* "git index-pack" was recently broken and mishandled objects added by
4141
thin-pack completion processing under memory pressure.
4242

43+
* "git index-pack" was recently broken and misbehaved when run from inside
44+
.git/objects/pack/ directory.
45+
4346
* "git stash apply sash@{1}" was fixed to error out. Prior versions
4447
would have applied stash@{0} incorrectly.
4548

@@ -112,9 +115,3 @@ Fixes since v1.6.0.2
112115
("git fetch") is still however supported.
113116

114117
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

0 commit comments

Comments
 (0)