Add prefix oriented completions for diff and format-patch commands.
Signed-off-by: Pascal Obry <pascal@obry.net> Acked-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
f2b3e3c722
commit
aba201c6e8
@ -639,7 +639,9 @@ _git_diff ()
|
|||||||
--find-copies-harder --pickaxe-all --pickaxe-regex
|
--find-copies-harder --pickaxe-all --pickaxe-regex
|
||||||
--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
|
||||||
|
--no-prefix --src-prefix= --dst-prefix=
|
||||||
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -696,6 +698,7 @@ _git_format_patch ()
|
|||||||
--full-index --binary
|
--full-index --binary
|
||||||
--not --all
|
--not --all
|
||||||
--cover-letter
|
--cover-letter
|
||||||
|
--no-prefix --src-prefix= --dst-prefix=
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user