bash completion: move pickaxe options to log
Move the options --pickaxe-all and --pickaxe-regex to git-log, where they make more sense than with git-diff. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
28da86a58d
commit
47d5a8fa71
@ -784,7 +784,7 @@ _git_diff ()
|
||||
--patch-with-stat --name-only --name-status --color
|
||||
--no-color --color-words --no-renames --check
|
||||
--full-index --binary --abbrev --diff-filter=
|
||||
--find-copies-harder --pickaxe-all --pickaxe-regex
|
||||
--find-copies-harder
|
||||
--text --ignore-space-at-eol --ignore-space-change
|
||||
--ignore-all-space --exit-code --quiet --ext-diff
|
||||
--no-ext-diff
|
||||
@ -986,6 +986,7 @@ _git_log ()
|
||||
--parents --children --full-history
|
||||
--merge
|
||||
--inter-hunk-context=
|
||||
--pickaxe-all --pickaxe-regex
|
||||
"
|
||||
return
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user