summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-14 22:59:04 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-14 22:59:04 (GMT)
commit803527f1d9b284fa848d4a4bad23158c162a5d54 (patch)
treeac45529372c3cd8682d6b26b9c8a96002595d326 /Documentation
parentc47e6a43d30c8a1fd4b8e9234883f01fe3bac805 (diff)
parent3d4e1932f24346d26f15e98dd6a74798035e7870 (diff)
downloadgit-803527f1d9b284fa848d4a4bad23158c162a5d54.zip
git-803527f1d9b284fa848d4a4bad23158c162a5d54.tar.gz
git-803527f1d9b284fa848d4a4bad23158c162a5d54.tar.bz2
Merge GIT 1.5.0.4
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.5.0.4.txt24
-rw-r--r--Documentation/git-config.txt2
2 files changed, 25 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.0.4.txt b/Documentation/RelNotes-1.5.0.4.txt
new file mode 100644
index 0000000..b727a8d
--- /dev/null
+++ b/Documentation/RelNotes-1.5.0.4.txt
@@ -0,0 +1,24 @@
+GIT v1.5.0.4 Release Notes
+==========================
+
+Fixes since v1.5.0.3
+--------------------
+
+* Bugfixes
+
+ - git.el does not add duplicate sign-off lines.
+
+ - git-commit shows the full stat of the resulting commit, not
+ just about the files in the current directory, when run from
+ a subdirectory.
+
+ - "git-checkout -m '@{8 hours ago}'" had a funny failure from
+ eval; fixed.
+
+ - git-gui updates.
+
+* Documentation updates
+
+* User manual updates
+
+
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
index 68de588..c759efb 100644
--- a/Documentation/git-config.txt
+++ b/Documentation/git-config.txt
@@ -86,7 +86,7 @@ OPTIONS
Remove the line matching the key from config file.
--unset-all::
- Remove all matching lines from config file.
+ Remove all lines matching the key from config file.
-l, --list::
List all variables set in config file.