diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-04-27 15:17:44 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-27 16:09:47 -0700 |
commit | ea573521828162b998389fbfc45d47f413b016fe (patch) | |
tree | 2287c6d255062545542ba74a4049e8331b4b4499 | |
parent | b75cdfaa882a00f2274e74b21c1a9927d184ed29 (diff) | |
download | git-ea573521828162b998389fbfc45d47f413b016fe.tar.gz git-ea573521828162b998389fbfc45d47f413b016fe.tar.xz |
completion: add missing format-patch options
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | contrib/completion/git-completion.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index bc3fc9e32..3b20108cb 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1314,11 +1314,12 @@ _git_fetch () } __git_format_patch_options=" - --stdout --attach --no-attach --thread --thread= --output-directory + --stdout --attach --no-attach --thread --thread= --no-thread --numbered --start-number --numbered-files --keep-subject --signoff --signature --no-signature --in-reply-to= --cc= --full-index --binary --not --all --cover-letter --no-prefix --src-prefix= --dst-prefix= --inline --suffix= --ignore-if-in-upstream --subject-prefix= + --output-directory --reroll-count --to= --quiet --notes " _git_format_patch () |