From: Thomas Rast Date: Mon, 19 Jan 2009 21:17:59 +0000 (+0100) Subject: bash completion: move pickaxe options to log X-Git-Tag: v1.6.2-rc0~125 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=47d5a8fa7188cceb90fe50f1561e64381e8530a3;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 60497a4c2..b5d3bbbce 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -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 ;;