diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-08 20:07:49 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-08 20:07:57 -0800 |
commit | ad416ed433fdcf838916a84177fe9e810be19eff (patch) | |
tree | dcba56533726b1e791b4c9ab8f44c7f8fd4a1b2e /Documentation/git.txt | |
parent | caa99829a24bc4decf86278c3478c88f564a795a (diff) | |
parent | 56d5fe285583b5177ffc65dbe7df636ed5b8cc6b (diff) | |
download | git-ad416ed433fdcf838916a84177fe9e810be19eff.tar.gz |
Merge branch 'maint' to sync with 1.5.4.4
* maint:
GIT 1.5.4.4
ident.c: reword error message when the user name cannot be determined
Fix dcommit, rebase when rewriteRoot is in use
Really make the LF after reset in fast-import optional
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 741ae0e4c8..3ed24d449a 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master' branch of the `git.git` repository. Documentation for older releases are available here: -* link:v1.5.4.3/git.html[documentation for release 1.5.4.3] +* link:v1.5.4.4/git.html[documentation for release 1.5.4.4] * release notes for + link:RelNotes-1.5.4.4.txt[1.5.4.4], link:RelNotes-1.5.4.3.txt[1.5.4.3], link:RelNotes-1.5.4.2.txt[1.5.4.2], link:RelNotes-1.5.4.1.txt[1.5.4.1], |