summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f07c3c5)
raw | patch | inline | side by side (parent: f07c3c5)
author | Junio C Hamano <gitster@pobox.com> | |
Sat, 18 Oct 2008 15:26:39 +0000 (08:26 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 18 Oct 2008 15:26:39 +0000 (08:26 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.0.3.txt | patch | blob | history |
index 214a400aa2e90cc104e90bd1e388a33b2be79c9b..c0f037d6dbe4cfa98ea97a9b28d115e34ccfde75 100644 (file)
* "git diff --no-index" on binary files no longer outputs a bogus
"diff --git" header line.
+* "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.
* "git remote show -v" now displays all URLs of a remote.
+* "git checkout -b branch" was confused when branch already existed.
+
* "git checkout -q" once again suppresses the locally modified file list.
* "git clone -q", "git fetch -q" asks remote side to not send
--
exec >/var/tmp/1
-O=v1.6.0.2-95-g72d404d
+O=v1.6.0.2-110-gf07c3c5
echo O=$(git describe maint)
git shortlog --no-merges $O..maint