Skip to content

Commit

Permalink
Update draft release notes to 1.7.8
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Oct 12, 2011
1 parent 5366afa commit 34c4461
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Documentation/RelNotes/1.7.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Updates since v1.7.7

* "git send-email" learned to respond to "-h"(elp) requests.

* "git send-email" allows the value given to sendemail.aliasfile to begin
with "~/" to refer to the $HOME directory.

* "git send-email" forces use of Authen::SASL::Perl to work around
issues between Authen::SASL::Cyrus and AUTH PLAIN/LOGIN.

* "git stash" learned "--include-untracked" option to stash away
untracked/ignored cruft from the working tree.

Expand Down Expand Up @@ -71,6 +77,11 @@ included in this release.
errors.
(merge be22d92eac8 jn/maint-http-error-message later to maint).

* Error report from smart HTTP transport, when the connection was
broken in the middle of a transfer, showed a useless message on
a corrupt packet.
(merge 6cdf022 sp/smart-http-failure later to maint).

* Adding many refs to the local repository in one go (e.g. "git fetch"
that fetches many tags) and looking up a ref by name in a repository
with too many refs were unnecessarily slow.
Expand Down Expand Up @@ -138,7 +149,7 @@ included in this release.

---
exec >/var/tmp/1
O=v1.7.7-212-g4909bbe
O=v1.7.7-236-g5366afa
echo O=$(git describe --always master)
git log --first-parent --oneline --reverse ^$O master
echo
Expand Down

0 comments on commit 34c4461

Please sign in to comment.