diff options
| author | Junio C Hamano <gitster@pobox.com> | 2013-04-24 16:30:04 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2013-04-24 16:30:04 -0700 |
| commit | 2d0b07178d548fd23954e3a6444f1d4d2d8b3a40 (patch) | |
| tree | f3282ab31a25542da1bfc51f241f221084adca9f /contrib/completion/git-completion.bash | |
| parent | 30d925541e73185f24e77cf5837b798dd45ca438 (diff) | |
| parent | 173f9a7145ab71d8ea916840836246afc6db66ef (diff) | |
| download | git-2d0b07178d548fd23954e3a6444f1d4d2d8b3a40.tar.xz | |
Sync with maint
* maint:
Update draft release notes to 1.8.2.2
completion: remove duplicate block for "git commit -c"
cherry-pick/revert: make usage say '<commit-ish>...'
Diffstat (limited to 'contrib/completion/git-completion.bash')
| -rw-r--r-- | contrib/completion/git-completion.bash | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 6df62c2173..bc3fc9e323 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1184,13 +1184,6 @@ _git_commit () ;; esac - case "$prev" in - -c|-C) - __gitcomp_nl "$(__git_refs)" "" "${cur}" - return - ;; - esac - case "$cur" in --cleanup=*) __gitcomp "default strip verbatim whitespace |
