diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-04-13 14:12:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-04-13 14:12:40 -0700 |
commit | f0442976149da225fd9e7796436b2122a6bb7f0f (patch) | |
tree | 07db193c44d53613b45da628209522ee42ba4f5f /contrib/completion | |
parent | Merge branch 'ep/trace-doc-sample-fix' (diff) | |
parent | completion: complete --cherry-mark for git log (diff) | |
download | tgif-f0442976149da225fd9e7796436b2122a6bb7f0f.tar.xz |
Merge branch 'mg/complete-cherry-mark-to-log'
The completion scripts (in contrib/) did not include the
"--cherry-mark" option when completing "git log <HT>".
* mg/complete-cherry-mark-to-log:
completion: complete --cherry-mark for git log
Diffstat (limited to 'contrib/completion')
-rw-r--r-- | 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 ffe60048c1..34024754d9 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1458,6 +1458,7 @@ _git_log () --relative-date --date= --pretty= --format= --oneline --show-signature + --cherry-mark --cherry-pick --graph --decorate --decorate= |