revision traversal: --remove-empty fix (take #2).
authorJunio C Hamano <junkio@cox.net>
Sun, 12 Mar 2006 21:39:31 +0000 (13:39 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 13 Mar 2006 01:06:57 +0000 (17:06 -0800)
commitc348f31ab9d8f695aef405d9981b85c943a5875a
tree6df4d4c7e4e311b18294db68bae3850449d42af5
parenta41e109c4bcd56537fc3801623b1aa0dd4e06f1c
revision traversal: --remove-empty fix (take #2).

Marco Costalba reports that --remove-empty omits the commit that
created paths we are interested in.  try_to_simplify_commit()
logic was dropping a parent we introduced those paths against,
which I think is not what we meant.  Instead, this makes such
parent parentless.

Signed-off-by: Junio C Hamano <junkio@cox.net>
revision.c