aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-05-01 16:29:43 -0700
committerJunio C Hamano <gitster@pobox.com>2011-05-01 16:29:43 -0700
commit791a765e54b9b4c8d2cf4f069222e31cef8aa24e (patch)
tree839120a9d3fedf2c7b8a5c4359a6de7dbfcecbec /Documentation
parent5ae6f5ca2f70bd7d5ca88c20f2be62bf3844af73 (diff)
downloadgit-791a765e54b9b4c8d2cf4f069222e31cef8aa24e.tar.gz
git-791a765e54b9b4c8d2cf4f069222e31cef8aa24e.tar.xz
Update draft release notes to 1.7.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/1.7.6.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/RelNotes/1.7.6.txt b/Documentation/RelNotes/1.7.6.txt
index 3e08bd917..a092f0899 100644
--- a/Documentation/RelNotes/1.7.6.txt
+++ b/Documentation/RelNotes/1.7.6.txt
@@ -1,4 +1,4 @@
-Git v1.7.5 Release Notes (draft)
+Git v1.7.6 Release Notes (draft)
========================
Updates since v1.7.5
@@ -18,6 +18,11 @@ 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.
@@ -75,5 +80,5 @@ included in this release.
---
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