aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-11-25 18:40:55 -0800
committerJunio C Hamano <gitster@pobox.com>2012-11-25 18:40:55 -0800
commitf9b329a7d1454fba71e6a72e92aff981afdacdd4 (patch)
tree2ab0b449e98207bda6122c3b1932a73293607755 /Documentation/RelNotes
parent2d242fb3fc19fc9ba046accdd9210be8b9913f64 (diff)
parented9fe755130891fc878bb2433204faffb534697b (diff)
downloadgit-f9b329a7d1454fba71e6a72e92aff981afdacdd4.tar.gz
git-f9b329a7d1454fba71e6a72e92aff981afdacdd4.tar.xz
Sync with 1.8.0.1
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/1.8.0.1.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.0.1.txt b/Documentation/RelNotes/1.8.0.1.txt
index cda8b3e7a..1f372fa0b 100644
--- a/Documentation/RelNotes/1.8.0.1.txt
+++ b/Documentation/RelNotes/1.8.0.1.txt
@@ -49,4 +49,16 @@ Fixes since v1.8.0
* "git diff -G<pattern>" did not honor textconv filter when looking
for changes.
+ * Bash completion script (in contrib/) did not correctly complete a
+ lazy "git checkout $name_of_remote_tracking_branch_that_is_unique"
+ command line.
+
+ * RSS feed from "gitweb" had a xss hole in its title output.
+
+ * "git config --path $key" segfaulted on "[section] key" (a boolean
+ "true" spelled without "=", not "[section] key = true").
+
+ * "git checkout -b foo" while on an unborn branch did not say
+ "Switched to a new branch 'foo'" like other cases.
+
Also contains other minor fixes and documentation updates.