We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75cdfa commit ea57352Copy full SHA for ea57352
contrib/completion/git-completion.bash
@@ -1314,11 +1314,12 @@ _git_fetch ()
1314
}
1315
1316
__git_format_patch_options="
1317
- --stdout --attach --no-attach --thread --thread= --output-directory
+ --stdout --attach --no-attach --thread --thread= --no-thread
1318
--numbered --start-number --numbered-files --keep-subject --signoff
1319
--signature --no-signature --in-reply-to= --cc= --full-index --binary
1320
--not --all --cover-letter --no-prefix --src-prefix= --dst-prefix=
1321
--inline --suffix= --ignore-if-in-upstream --subject-prefix=
1322
+ --output-directory --reroll-count --to= --quiet --notes
1323
"
1324
1325
_git_format_patch ()
0 commit comments