summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5ae6f5c)
raw | patch | inline | side by side (parent: 5ae6f5c)
author | Junio C Hamano <gitster@pobox.com> | |
Sun, 1 May 2011 23:29:43 +0000 (16:29 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 1 May 2011 23:29:43 +0000 (16:29 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.6.txt | patch | blob | history |
index 3e08bd917e5285c30cf1666dca88222f4062bd61..a092f0899add815cd6e46deae5f59ce311ea2317 100644 (file)
-Git v1.7.5 Release Notes (draft)
+Git v1.7.6 Release Notes (draft)
========================
Updates since v1.7.5
even though rmdir(2) could remove such a directory. Now we attempt it
as the last resort.
+ * "git diff -C -C" used to disable the rename detection entirely when
+ there are too many copy candidate paths in the tree; now it falls
+ back to "-C" when doing so would keep the copy candidate paths
+ under the rename detection limit.
+
* "git format-patch" learned "--quiet" option to suppress the output of
the names of generated files.
---
exec >/var/tmp/1
echo O=$(git describe master)
-O=v1.7.5
+O=v1.7.5-140-g5ae6f5c
git shortlog --no-merges ^maint ^$O master