mirror of
https://github.com/git/git
synced 2024-10-30 03:13:24 +00:00
GIT 1.6.0.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a672ea6ac5
commit
031e6c898f
1 changed files with 6 additions and 9 deletions
|
@ -27,9 +27,6 @@ Fixes since v1.6.0.2
|
||||||
* "git diff" hunk header patterns with multiple elements separated by LF
|
* "git diff" hunk header patterns with multiple elements separated by LF
|
||||||
were not used correctly.
|
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
|
* Hunk headers in "git diff" default to using extended regular
|
||||||
expressions, fixing some of the internal patterns on non-GNU
|
expressions, fixing some of the internal patterns on non-GNU
|
||||||
platforms.
|
platforms.
|
||||||
|
@ -37,9 +34,15 @@ Fixes since v1.6.0.2
|
||||||
* New config "diff.*.xfuncname" exposes extended regular expressions
|
* New config "diff.*.xfuncname" exposes extended regular expressions
|
||||||
for user specified hunk header patterns.
|
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
|
* "git index-pack" was recently broken and mishandled objects added by
|
||||||
thin-pack completion processing under memory pressure.
|
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
|
* "git stash apply sash@{1}" was fixed to error out. Prior versions
|
||||||
would have applied stash@{0} incorrectly.
|
would have applied stash@{0} incorrectly.
|
||||||
|
|
||||||
|
@ -112,9 +115,3 @@ Fixes since v1.6.0.2
|
||||||
("git fetch") is still however supported.
|
("git fetch") is still however supported.
|
||||||
|
|
||||||
Many other documentation updates.
|
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
|
|
||||||
|
|
Loading…
Reference in a new issue