summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: beace29)
raw | patch | inline | side by side (parent: beace29)
author | Junio C Hamano <gitster@pobox.com> | |
Fri, 19 Aug 2011 05:10:23 +0000 (22:10 -0700) | ||
committer | Junio 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 | patch | blob | history |
index 8de880f83a2a33b16e0f8d3e8e9b90cdbb0cbfa1..28214e27210d772efc0a3cac74344ac2244fe790 100644 (file)
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".