summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.9.2.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-16 22:26:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-02-16 22:26:32 (GMT)
commitd1ba7a4cb77b64993a56b06c1497d1ab78094cc4 (patch)
tree76202ed5291bec6c178d8e3c39799c7605e2621f /Documentation/RelNotes/1.7.9.2.txt
parent147d071816c7011d24c195a9d6fca251ad312532 (diff)
downloadgit-d1ba7a4cb77b64993a56b06c1497d1ab78094cc4.zip
git-d1ba7a4cb77b64993a56b06c1497d1ab78094cc4.tar.gz
git-d1ba7a4cb77b64993a56b06c1497d1ab78094cc4.tar.bz2
Update draft release notes to 1.7.9.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.9.2.txt')
-rw-r--r--Documentation/RelNotes/1.7.9.2.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.7.9.2.txt b/Documentation/RelNotes/1.7.9.2.txt
new file mode 100644
index 0000000..5dd06f2
--- /dev/null
+++ b/Documentation/RelNotes/1.7.9.2.txt
@@ -0,0 +1,27 @@
+Git v1.7.9.2 Release Notes
+==========================
+
+Fixes since v1.7.9.1
+--------------------
+
+* The error message emitted when we see an empty loose object was
+ not phrased correctly.
+
+* The code to ask for password did not fall back to the terminal
+ input when GIT_ASKPASS is set but does not work (e.g. lack of X
+ with GUI askpass helper).
+
+* map_user() was not rewriting its output correctly, which resulted
+ in the user visible symptom that "git blame -e" sometimes showed
+ excess '>' at the end of email addresses.
+
+* "git checkout -b" did not allow switching out of an unborn branch.
+
+* "git commit" refused to create a commit when entries added with
+ "add -N" remained in the index, without telling Git what their content
+ in the next commit should be. We should have created the commit without
+ these paths.
+
+* Search box in "gitweb" did not accept non-ASCII characters correctly.
+
+Also contains minor fixes and documentation updates.