From ed9fe755130891fc878bb2433204faffb534697b Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 25 Nov 2012 18:40:34 -0800 Subject: Git 1.8.0.1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.8.0.1.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Documentation/RelNotes') diff --git a/Documentation/RelNotes/1.8.0.1.txt b/Documentation/RelNotes/1.8.0.1.txt index cda8b3e7a0..1f372fa0b5 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" 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. -- cgit v1.2.1