Update draft release notes to 1.7.7
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Aug 2011 05:10:23 +0000 (22:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Aug 2011 05:10:23 +0000 (22:10 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.7.txt

index 8de880f83a2a33b16e0f8d3e8e9b90cdbb0cbfa1..28214e27210d772efc0a3cac74344ac2244fe790 100644 (file)
@@ -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".