Skip to content

Commit ea57352

Browse files
felipecgitster
authored andcommitted
completion: add missing format-patch options
Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b75cdfa commit ea57352

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,11 +1314,12 @@ _git_fetch ()
13141314
}
13151315

13161316
__git_format_patch_options="
1317-
--stdout --attach --no-attach --thread --thread= --output-directory
1317+
--stdout --attach --no-attach --thread --thread= --no-thread
13181318
--numbered --start-number --numbered-files --keep-subject --signoff
13191319
--signature --no-signature --in-reply-to= --cc= --full-index --binary
13201320
--not --all --cover-letter --no-prefix --src-prefix= --dst-prefix=
13211321
--inline --suffix= --ignore-if-in-upstream --subject-prefix=
1322+
--output-directory --reroll-count --to= --quiet --notes
13221323
"
13231324

13241325
_git_format_patch ()

0 commit comments

Comments
 (0)