diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-09-13 01:30:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-13 01:30:53 -0700 |
commit | 5b590d783a461c63fa803d1c21b57bc79c0207f7 (patch) | |
tree | 3ad36990856314a6956226c0daf182f6df6762d5 /Documentation/git.txt | |
parent | 0c3d3ac352427738e7c4393c0a959e0e698a0c7a (diff) | |
parent | 7fb6bcff2dece2ff9fbc5ebfe526d9b2a7e764c4 (diff) | |
download | git-5b590d783a461c63fa803d1c21b57bc79c0207f7.tar.gz git-5b590d783a461c63fa803d1c21b57bc79c0207f7.tar.xz |
Merge branch 'maint'
* maint:
GIT 1.6.4.3
svn: properly escape arguments for authors-prog
http.c: remove verification of remote packs
grep: accept relative paths outside current working directory
grep: fix exit status if external_grep() punts
Conflicts:
GIT-VERSION-GEN
RelNotes
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 ad44cac71..f91cabb4c 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.6.4.2/git.html[documentation for release 1.6.4.2] +* link:v1.6.4.3/git.html[documentation for release 1.6.4.3] * release notes for + link:RelNotes-1.6.4.3.txt[1.6.4.3], link:RelNotes-1.6.4.2.txt[1.6.4.2], link:RelNotes-1.6.4.1.txt[1.6.4.1], link:RelNotes-1.6.4.txt[1.6.4]. |