diff options
author | Andreas Heiduk <asheiduk@gmail.com> | 2018-03-24 11:20:46 +0100 |
---|---|---|
committer | Eric Wong <e@80x24.org> | 2018-04-05 19:22:06 +0000 |
commit | cb427e9eb0243fe7a1a22ea3bd0a46b7410c0bf3 (patch) | |
tree | 018a79db4d49c4c477109839a3e6272fdcbe60c5 /git-rebase--merge.sh | |
parent | git-svn: search --authors-prog in PATH too (diff) | |
download | tgif-cb427e9eb0243fe7a1a22ea3bd0a46b7410c0bf3.tar.xz |
git-svn: allow empty email-address using authors-prog and authors-file
The email address in --authors-file and --authors-prog can be empty but
git-svn translated it into a fictional email address in the form
jondoe <jondoe@6aafaa21e0fb4338a68ab372a049893d>
containing the SVN repository UUID. Now git-svn behaves like git-commit:
If the email is *explicitly* set to the empty string using '<>', the
commit does not contain an email address, only the name:
jondoe <>
Allowing to remove the email address *intentionally* prevents automatic
systems from sending emails to those fictional addresses and avoids
cluttering the log output with unnecessary stuff.
Signed-off-by: Andreas Heiduk <asheiduk@gmail.com>
Signed-off-by: Eric Wong <e@80x24.org>
Diffstat (limited to 'git-rebase--merge.sh')
0 files changed, 0 insertions, 0 deletions