diff options
author | Josh Triplett <josh@joshtriplett.org> | 2016-07-30 02:41:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-01 13:13:02 -0700 |
commit | 6bc6b6c0dc0a58874a7a6b9afc3156a5cf9bb10d (patch) | |
tree | 05343b68df9de90923ea0fc2d3088f86321d2816 /contrib | |
parent | 08df31eeccfe1576971ea4ba42570a424c3cfc41 (diff) | |
download | git-6bc6b6c0dc0a58874a7a6b9afc3156a5cf9bb10d.tar.gz git-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 34024754d..2bd600fff 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 |