Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-12 23:42:44 +0400
committerJunio C Hamano <gitster@pobox.com>2011-10-12 23:42:44 +0400
commit34c4461ae3b353e8c931565d5527b98ed12e3735 (patch)
treec5b003b78c29d14a409b6276e8a6542bd237465e /Documentation/RelNotes/1.7.8.txt
parent5366afaedecf78ba72b819b0dbb60bda3fce2ca0 (diff)
Update draft release notes to 1.7.8
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.8.txt')
-rw-r--r--Documentation/RelNotes/1.7.8.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.7.8.txt b/Documentation/RelNotes/1.7.8.txt
index 108e6cd0ea..2758583469 100644
--- a/Documentation/RelNotes/1.7.8.txt
+++ b/Documentation/RelNotes/1.7.8.txt
@@ -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.
@@ -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.
@@ -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