summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-11-26 02:40:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-11-26 02:40:34 (GMT)
commited9fe755130891fc878bb2433204faffb534697b (patch)
tree9a560a6bde451f20eb37f1188ef3a1081cf536fc /Documentation
parent5956732ebb4fe38d2fb0574004efabf76a8b2d10 (diff)
downloadgit-ed9fe755130891fc878bb2433204faffb534697b.zip
git-ed9fe755130891fc878bb2433204faffb534697b.tar.gz
git-ed9fe755130891fc878bb2433204faffb534697b.tar.bz2
Git 1.8.0.1v1.8.0.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/1.8.0.1.txt12
-rw-r--r--Documentation/git.txt5
2 files changed, 15 insertions, 2 deletions
diff --git a/Documentation/RelNotes/1.8.0.1.txt b/Documentation/RelNotes/1.8.0.1.txt
index cda8b3e..1f372fa 100644
--- a/Documentation/RelNotes/1.8.0.1.txt
+++ b/Documentation/RelNotes/1.8.0.1.txt
@@ -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.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 4a89a12..cbe0883 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -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]