author | Junio C Hamano <gitster@pobox.com> | |
Sat, 8 Mar 2008 20:25:58 +0000 (12:25 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 8 Mar 2008 21:25:57 +0000 (13:25 -0800) | ||
commit | 5b044ac3879b0950675f0e762f1dccbbb9f4001e | |
tree | cdaf1135c309ab0bab7b6d4bc5a59e30738e5ca1 | tree | snapshot |
parent | c8744d6a8b27115503565041566d97c21e722584 | commit | diff |
filter-branch: handle "disappearing tree" case correctly in subdir filter
The subdirectory filter had a bug to notice that the commit in question
did not have anything in the path-limited part of the tree. $commit:$path
does not name an empty tree when $path does not appear in $commit.
This should fix it. The additional test in t7003 is originally from Kevin
Ballard but with fixups.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The subdirectory filter had a bug to notice that the commit in question
did not have anything in the path-limited part of the tree. $commit:$path
does not name an empty tree when $path does not appear in $commit.
This should fix it. The additional test in t7003 is originally from Kevin
Ballard but with fixups.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh | diff | blob | history | |
t/t7003-filter-branch.sh | diff | blob | history |