diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-08-10 12:33:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-10 12:33:18 -0700 |
commit | db40a622395397c84c247d343ef62acc8775d6b2 (patch) | |
tree | 505448d2b765d17ce009e12809315fb07bb457d4 /contrib/completion | |
parent | Merge branch 'jk/push-force-with-lease-creation' (diff) | |
parent | format-patch: format.from gives the default for --from (diff) | |
download | tgif-db40a622395397c84c247d343ef62acc8775d6b2.tar.xz |
Merge branch 'jt/format-patch-from-config'
"git format-patch" learned format.from configuration variable to
specify the default settings for its "--from" option.
* jt/format-patch-from-config:
format-patch: format.from gives the default for --from
Diffstat (limited to 'contrib/completion')
-rw-r--r-- | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 6a187bc11b..85bb8b579b 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -2182,6 +2182,7 @@ _git_config () format.attach format.cc format.coverLetter + format.from format.headers format.numbered format.pretty |