]> git.ipfire.org Git - thirdparty/git.git/commit - git-filter-branch.sh
filter-branch: preserve and restore $GIT_AUTHOR_* and $GIT_COMMITTER_*
authorIan Campbell <ijc@hellion.org.uk>
Thu, 21 Sep 2017 07:49:30 +0000 (08:49 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Sep 2017 03:57:42 +0000 (12:57 +0900)
commit7b1378bd9547f0842128101a56a64e769a440b37
tree7c3de2eb5628a3ea6ed94404b8738f4636414286
parentd24813c460bb9db90ebcc5358bde03e20fc33654
filter-branch: preserve and restore $GIT_AUTHOR_* and $GIT_COMMITTER_*

These are modified by set_ident() but a subsequent patch would like to operate
on their original values.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh