projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beace29
)
Update draft release notes to 1.7.7
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
diff --git
a/Documentation/RelNotes/1.7.7.txt
b/Documentation/RelNotes/1.7.7.txt
index 8de880f83a2a33b16e0f8d3e8e9b90cdbb0cbfa1..28214e27210d772efc0a3cac74344ac2244fe790 100644
(file)
--- 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".