From: Junio C Hamano Date: Fri, 19 Aug 2011 05:10:23 +0000 (-0700) Subject: Update draft release notes to 1.7.7 X-Git-Tag: v1.7.7-rc0~18 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cee426811c981c62c4b236ebdcb47d1c2945cf56;p=git.git Update draft release notes to 1.7.7 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/1.7.7.txt b/Documentation/RelNotes/1.7.7.txt index 8de880f83..28214e272 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=" 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".