diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-16 11:09:31 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-16 12:47:15 -0800 |
commit | a1bb8f45f1590f812badceea0b7c120074ec3e85 (patch) | |
tree | 3ce41a927bcca4baa26680cc33c79aa15fdc4795 /Documentation/git.txt | |
parent | e25e2b4201716a912b29397515a858238497dbdd (diff) | |
parent | 527b9d704d929a2fff2f9bf1c5e2856725c1416d (diff) | |
download | git-a1bb8f45f1590f812badceea0b7c120074ec3e85.tar.gz |
Merge branch 'maint' to sync with 1.6.5.7
* maint:
Git 1.6.5.7
worktree: don't segfault with an absolute pathspec without a work tree
ignore unknown color configuration
help.autocorrect: do not run a command if the command given is junk
Illustrate "filter" attribute with an example
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 3d0cbf63ed..51ca39291f 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.5.6/git.html[documentation for release 1.6.5.6] +* link:v1.6.5.7/git.html[documentation for release 1.6.5.7] * release notes for + link:RelNotes-1.6.5.7.txt[1.6.5.7], link:RelNotes-1.6.5.6.txt[1.6.5.6], link:RelNotes-1.6.5.5.txt[1.6.5.5], link:RelNotes-1.6.5.4.txt[1.6.5.4], |