author | Junio C Hamano <junkio@cox.net> | |
Sun, 12 Mar 2006 21:39:31 +0000 (13:39 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 13 Mar 2006 01:06:57 +0000 (17:06 -0800) | ||
commit | c348f31ab9d8f695aef405d9981b85c943a5875a | |
tree | 6df4d4c7e4e311b18294db68bae3850449d42af5 | tree | snapshot |
parent | a41e109c4bcd56537fc3801623b1aa0dd4e06f1c | commit | diff |
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>
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 | diff | blob | history |