Git 1.8.0.1 v1.8.0.1
authorJunio C Hamano <gitster@pobox.com>
Mon, 26 Nov 2012 02:40:34 +0000 (18:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Nov 2012 02:40:34 +0000 (18:40 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.0.1.txt
Documentation/git.txt
GIT-VERSION-GEN

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.
index 4a89a1251366ab8312cb20d77b73ecf40ca92349..cbe0883534438a8908e7f811f978e25972c18111 100644 (file)
@@ -43,10 +43,11 @@ unreleased) version of git, that is available from 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
-* link:v1.8.0/git.html[documentation for release 1.8.0]
+* link:v1.8.0.1/git.html[documentation for release 1.8.0.1]
 
 * release notes for
-  link:RelNotes/1.8.0.txt[1.8.0],
+  link:RelNotes/1.8.0.1.txt[1.8.0.1],
+  link:RelNotes/1.8.0.txt[1.8.0].
 
 * link:v1.7.12.4/git.html[documentation for release 1.7.12.4]
 
index b09d264a865fc6ad4a2f0acd930d82150f0e1280..d66e54f12d0ab564ed1944b2c6c264366045dfe5 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.0
+DEF_VER=v1.8.0.1
 
 LF='
 '