Revision 377a3543898815dda82e0b33de152958318e7bff authored by Devin J. Pohly on 23 February 2017, 08:27:33 UTC, committed by Junio C Hamano on 03 March 2017, 20:43:37 UTC
New test to expose a bug in filter-branch whereby the root commit is
never pruned, even though its tree is empty and --prune-empty is given.

The setup isn't exactly pretty, but I couldn't think of a simpler way to
create a parallel commit graph sans the first commit.

Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3b9e3c2
History
File Mode Size
sha1.c -rw-r--r-- 1.4 KB
sha1.h -rw-r--r-- 579 bytes
sha1ppc.S -rw-r--r-- 7.3 KB

back to top