author | Csaba Henk <csaba@gluster.com> | |
Fri, 27 Aug 2010 20:44:56 +0000 (20:44 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 27 Aug 2010 23:47:01 +0000 (16:47 -0700) | ||
commit | 7ec344d802970782036146e29ba2213e86d49fe1 | |
tree | f5599405b663d3b7f4bce082852df37215e65c98 | tree | snapshot |
parent | 515cc0101943b766fde7aa894827119e332ec033 | commit | diff |
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>
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 | diff | blob | history | |
git-filter-branch.sh | diff | blob | history | |
t/t7003-filter-branch.sh | diff | blob | history |