]> git.ipfire.org Git - thirdparty/git.git/commit - git-filter-branch.sh
filter-branch: retire --remap-to-ancestor
authorCsaba Henk <csaba@gluster.com>
Fri, 27 Aug 2010 20:44:56 +0000 (20:44 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Aug 2010 23:47:01 +0000 (16:47 -0700)
commit7ec344d802970782036146e29ba2213e86d49fe1
treef5599405b663d3b7f4bce082852df37215e65c98
parent515cc0101943b766fde7aa894827119e332ec033
filter-branch: retire --remap-to-ancestor

We can be clever and know by ourselves when we need the behavior
implied by "--remap-to-ancestor". No need to encumber users by having
them exposed to it as a tunable. (Option kept for backward compatibility,
but it's now a no-op.)

Signed-off-by: Csaba Henk <csaba@gluster.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt
git-filter-branch.sh
t/t7003-filter-branch.sh