Skip to content

Commit

Permalink
Update draft release notes to 1.7.6
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 May 1, 2011
1 parent 5ae6f5c commit 791a765
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Documentation/RelNotes/1.7.6.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Git v1.7.5 Release Notes (draft)
Git v1.7.6 Release Notes (draft)
========================

Updates since v1.7.5
Expand All @@ -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.

Expand Down Expand Up @@ -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

0 comments on commit 791a765

Please sign in to comment.