Skip to content

Commit ed9fe75

Browse files
committed
Git 1.8.0.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 5956732 commit ed9fe75

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

Documentation/RelNotes/1.8.0.1.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,16 @@ Fixes since v1.8.0
4949
* "git diff -G<pattern>" did not honor textconv filter when looking
5050
for changes.
5151

52+
* Bash completion script (in contrib/) did not correctly complete a
53+
lazy "git checkout $name_of_remote_tracking_branch_that_is_unique"
54+
command line.
55+
56+
* RSS feed from "gitweb" had a xss hole in its title output.
57+
58+
* "git config --path $key" segfaulted on "[section] key" (a boolean
59+
"true" spelled without "=", not "[section] key = true").
60+
61+
* "git checkout -b foo" while on an unborn branch did not say
62+
"Switched to a new branch 'foo'" like other cases.
63+
5264
Also contains other minor fixes and documentation updates.

Documentation/git.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ unreleased) version of git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v1.8.0/git.html[documentation for release 1.8.0]
46+
* link:v1.8.0.1/git.html[documentation for release 1.8.0.1]
4747

4848
* release notes for
49-
link:RelNotes/1.8.0.txt[1.8.0],
49+
link:RelNotes/1.8.0.1.txt[1.8.0.1],
50+
link:RelNotes/1.8.0.txt[1.8.0].
5051

5152
* link:v1.7.12.4/git.html[documentation for release 1.7.12.4]
5253

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.8.0
4+
DEF_VER=v1.8.0.1
55

66
LF='
77
'

0 commit comments

Comments
 (0)