Sync with 1.8.0.1

This commit is contained in:
Junio C Hamano
2012-11-25 18:40:55 -08:00
4 changed files with 17 additions and 4 deletions

View File

@ -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.