Skip to content

Commit

Permalink
Git 1.8.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Nov 26, 2012
1 parent 5956732 commit ed9fe75
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions Documentation/RelNotes/1.8.0.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 3 additions & 2 deletions Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.8.0
DEF_VER=v1.8.0.1

LF='
'
Expand Down

0 comments on commit ed9fe75

Please sign in to comment.