summaryrefslogtreecommitdiff
path: root/Documentation/git-upload-pack.txt
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2020-10-23 03:26:30 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-10-26 09:59:57 -0700
commit2020451c5bcc5289b8e6f25c7092d4fdb702257a (patch)
tree6bf7b3c23638f7b8581d79fd26a551b41899ab01 /Documentation/git-upload-pack.txt
parentrebase: fix broken email with --committer-date-is-author-date (diff)
downloadtgif-2020451c5bcc5289b8e6f25c7092d4fdb702257a.tar.xz
am, sequencer: stop parsing our own committer ident
For the --committer-date-is-author-date option of git-am and git-rebase, we format the committer ident, then re-parse it to find the name and email, and then feed those back to fmt_ident(). We can simplify this by handling it all at the time of the fmt_ident() call. We pass in the appropriate getenv() results, and if they're not present, then our WANT_COMMITTER_IDENT flag tells fmt_ident() to fill in the appropriate value from the config. Which is exactly what git_committer_ident() was doing under the hood. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-upload-pack.txt')
0 files changed, 0 insertions, 0 deletions