]> git.ipfire.org Git - thirdparty/git.git/commit - git-filter-branch.sh
filter-branch: stash away ref map in a branch
authorIan Campbell <ijc@hellion.org.uk>
Thu, 21 Sep 2017 07:49:31 +0000 (08:49 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Sep 2017 03:57:43 +0000 (12:57 +0900)
commitbd2c79fbfef894d788c256d45cef05d99442407a
tree3ffb1f1ea0d1c42e238b539964d812ac8f11a9ec
parent7b1378bd9547f0842128101a56a64e769a440b37
filter-branch: stash away ref map in a branch

With "--state-branch=<branchname>" option, the mapping from old object names
and filtered ones in ./map/ directory is stashed away in the object database,
and the one from the previous run is read to populate the ./map/ directory,
allowing for incremental updates of large trees.

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