summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-11-23 02:23:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-11-23 02:23:36 (GMT)
commit017d1e134545db0d162908f3538077eaa1f34fb6 (patch)
treefb9f14b932ab8e993fd7506fa2f413dfcdd0388e
parent9fd389b65002e0e23deb2c7328360f246afec0d4 (diff)
downloadgit-017d1e134545db0d162908f3538077eaa1f34fb6.zip
git-017d1e134545db0d162908f3538077eaa1f34fb6.tar.gz
git-017d1e134545db0d162908f3538077eaa1f34fb6.tar.bz2
Update 1.7.8 draft release notes in preparation for rc4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.8.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.7.8.txt b/Documentation/RelNotes/1.7.8.txt
index 487f0c3..d9da586 100644
--- a/Documentation/RelNotes/1.7.8.txt
+++ b/Documentation/RelNotes/1.7.8.txt
@@ -29,7 +29,7 @@ Updates since v1.7.7
files from the index, not from the working tree.
* Variants of "git cherry-pick" and "git revert" that take multiple
- commits learned to "--continue".
+ commits learned to "--continue" and "--abort".
* "git daemon" gives more human readble error messages to clients
using ERR packets when appropriate.