From 1055777dfecdb0e553cb8a1303d8141c9a0b730d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 15 Mar 2007 07:12:30 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.0.4-402-g8035 --- RelNotes-1.5.0.4.txt | 24 ++++++++++++++++++++++++ git-config.html | 4 ++-- git-config.txt | 2 +- git.html | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 RelNotes-1.5.0.4.txt diff --git a/RelNotes-1.5.0.4.txt b/RelNotes-1.5.0.4.txt new file mode 100644 index 000000000..b727a8d1e --- /dev/null +++ b/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/git-config.html b/git-config.html index 0bf7285ac..cbcf4d622 100644 --- a/git-config.html +++ b/git-config.html @@ -424,7 +424,7 @@ you use --global option without $HOME being properly set.

- Remove all matching lines from config file. + Remove all lines matching the key from config file.

@@ -1519,7 +1519,7 @@ transfer.unpackLimit diff --git a/git-config.txt b/git-config.txt index 68de5881b..c759efb7f 100644 --- a/git-config.txt +++ b/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. diff --git a/git.html b/git.html index cfca0b91c..16589d371 100644 --- a/git.html +++ b/git.html @@ -2317,7 +2317,7 @@ contributors on the git-list <git@vger.kernel.org>.

-- 2.26.2