commit | 1b65a5aa449e2ea99a68f5d13c5521d0dc64dfd1 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun Apr 16 18:12:49 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Sun Apr 16 22:05:38 2006 -0700 |
tree | 4a9db3b92e5e94addafb6e6120015622476dbd85 | |
parent | e6bfaf3e33beba9431490a4f5c7a9753986554c4 [diff] |
rev-list --boundary: show boundary commits even when limited otherwise. The boundary commits are shown for UI like gitk to draw them as soon as topo-order sorting allows, and should not be omitted by get_revision() filtering logic. As long as their immediate child commits are shown, we should not filter them out. Signed-off-by: Junio C Hamano <junkio@cox.net>