summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-08-19 05:10:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-08-19 05:10:23 (GMT)
commitcee426811c981c62c4b236ebdcb47d1c2945cf56 (patch)
treeef8ae7047102b7b2aac68b99cfe266fc607c3347
parentbeace29a0437068a36bc5963d905fac482724196 (diff)
downloadgit-cee426811c981c62c4b236ebdcb47d1c2945cf56.zip
git-cee426811c981c62c4b236ebdcb47d1c2945cf56.tar.gz
git-cee426811c981c62c4b236ebdcb47d1c2945cf56.tar.bz2
Update draft release notes to 1.7.7
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.7.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.7.7.txt b/Documentation/RelNotes/1.7.7.txt
index 8de880f..28214e2 100644
--- a/Documentation/RelNotes/1.7.7.txt
+++ b/Documentation/RelNotes/1.7.7.txt
@@ -19,6 +19,12 @@ Updates since v1.7.6
functions can compress or uncompress more than 4GB data in one call on
platforms with 64-bit long, which has been corrected.
+ * "git am" learned to pass "--exclude=<path>" option through to underlying
+ "git apply".
+
+ * You can now feed many empty lines before feeding a mbox file to
+ "git am".
+
* "git archive" can be told to pass the output to gzip compression and
produce "archive.tar.gz".