Git 1.8.0.1
[git.git] / Documentation / RelNotes / 1.8.0.1.txt
index cda8b3e7a0fbedff5ab66d7ea1cfc01869696d36..1f372fa0b5525a2b626452000682f5f3c3b2e7bd 100644 (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.