diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-19 16:30:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-19 16:30:48 -0700 |
commit | d3e977b943b3562021b892f1c8f966655785708a (patch) | |
tree | 13175e8b425489c2f4bbf7196e5475fe16fd7ab3 /contrib | |
parent | test-lib.sh: add --long-tests option (diff) | |
parent | Documentation: fix formatting in git-svn (diff) | |
download | tgif-d3e977b943b3562021b892f1c8f966655785708a.tar.xz |
Merge branch 'maint'
* maint:
Documentation: fix formatting in git-svn
t7502-commit.sh: test_must_fail doesn't work with inline environment variables
completion: add --graph to log command completion
git-merge.sh: fix typo in usage message: sucesses --> succeeds
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 2141b6b6ba..0eb8df020b 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -761,6 +761,7 @@ _git_log () --pretty= --name-status --name-only --raw --not --all --left-right --cherry-pick + --graph " return ;; |