Skip to content

Commit

Permalink
GIT 1.6.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Oct 21, 2008
1 parent a672ea6 commit 031e6c8
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions Documentation/RelNotes-1.6.0.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,22 @@ Fixes since v1.6.0.2
* "git diff" hunk header patterns with multiple elements separated by LF
were not used correctly.

* "git gc" when ejecting otherwise unreachable objects from packfiles into
loose form leaked memory.

* Hunk headers in "git diff" default to using extended regular
expressions, fixing some of the internal patterns on non-GNU
platforms.

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

* "git gc" when ejecting otherwise unreachable objects from packfiles into
loose form leaked memory.

* "git index-pack" was recently broken and mishandled objects added by
thin-pack completion processing under memory pressure.

* "git index-pack" was recently broken and misbehaved when run from inside
.git/objects/pack/ directory.

* "git stash apply sash@{1}" was fixed to error out. Prior versions
would have applied stash@{0} incorrectly.

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

Many other documentation updates.

--
exec >/var/tmp/1
O=v1.6.0.2-110-gf07c3c5
echo O=$(git describe maint)
git shortlog --no-merges $O..maint

0 comments on commit 031e6c8

Please sign in to comment.