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>maint
parent
28da86a58d
commit
47d5a8fa71
|
@ -784,7 +784,7 @@ _git_diff ()
|
||||||
--patch-with-stat --name-only --name-status --color
|
--patch-with-stat --name-only --name-status --color
|
||||||
--no-color --color-words --no-renames --check
|
--no-color --color-words --no-renames --check
|
||||||
--full-index --binary --abbrev --diff-filter=
|
--full-index --binary --abbrev --diff-filter=
|
||||||
--find-copies-harder --pickaxe-all --pickaxe-regex
|
--find-copies-harder
|
||||||
--text --ignore-space-at-eol --ignore-space-change
|
--text --ignore-space-at-eol --ignore-space-change
|
||||||
--ignore-all-space --exit-code --quiet --ext-diff
|
--ignore-all-space --exit-code --quiet --ext-diff
|
||||||
--no-ext-diff
|
--no-ext-diff
|
||||||
|
@ -986,6 +986,7 @@ _git_log ()
|
||||||
--parents --children --full-history
|
--parents --children --full-history
|
||||||
--merge
|
--merge
|
||||||
--inter-hunk-context=
|
--inter-hunk-context=
|
||||||
|
--pickaxe-all --pickaxe-regex
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue