Update 1.7.8 draft release notes in preparation for rc4

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2011-11-22 18:23:36 -08:00
parent 9fd389b650
commit 017d1e1345
1 changed files with 1 additions and 1 deletions

View File

@ -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.