Update draft release notes to 1.7.7

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2011-08-18 22:10:23 -07:00
parent beace29a04
commit cee426811c

View File

@ -19,6 +19,12 @@ Updates since v1.7.6
functions can compress or uncompress more than 4GB data in one call on functions can compress or uncompress more than 4GB data in one call on
platforms with 64-bit long, which has been corrected. 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 * "git archive" can be told to pass the output to gzip compression and
produce "archive.tar.gz". produce "archive.tar.gz".