diff options
author | 2016-07-30 02:41:56 -0700 | |
---|---|---|
committer | 2016-08-01 13:13:02 -0700 | |
commit | 6bc6b6c0dc0a58874a7a6b9afc3156a5cf9bb10d (patch) | |
tree | 05343b68df9de90923ea0fc2d3088f86321d2816 /contrib | |
parent | Some fixes for 2.9.3 (diff) | |
download | tgif-6bc6b6c0dc0a58874a7a6b9afc3156a5cf9bb10d.tar.xz |
format-patch: format.from gives the default for --from
This helps users who would prefer format-patch to default to --from,
and makes it easier to change the default in the future.
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-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 34024754d9..2bd600fff1 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -2085,6 +2085,7 @@ _git_config () format.attach format.cc format.coverLetter + format.from format.headers format.numbered format.pretty |