rev-list --boundary: show boundary commits even when limited otherwise.
authorJunio C Hamano <junkio@cox.net>
Mon, 17 Apr 2006 01:12:49 +0000 (18:12 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 17 Apr 2006 05:05:38 +0000 (22:05 -0700)
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>
No differences found