]> git.ipfire.org Git - thirdparty/git.git/commit - git-filter-branch.sh
filter-branch: reset $GIT_* before cleaning up
authorIan Campbell <ijc@hellion.org.uk>
Thu, 21 Sep 2017 07:49:29 +0000 (08:49 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Sep 2017 03:57:40 +0000 (12:57 +0900)
commitd24813c460bb9db90ebcc5358bde03e20fc33654
treeda2291b1e9b8b8c73e8a48ba298bb278d5094914
parent94c9fd268d4287f6fbfef84793288479905a7e48
filter-branch: reset $GIT_* before cleaning up

This is pure code motion to enable a subsequent patch to add code which needs
to happen with the reset $GIT_* but before the temporary directory has been
cleaned up.

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