From: Junio C Hamano Date: Mon, 17 Apr 2006 01:12:49 +0000 (-0700) Subject: rev-list --boundary: show boundary commits even when limited otherwise. X-Git-Tag: v1.3.0~10^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1b65a5aa449e2ea99a68f5d13c5521d0dc64dfd1?ds=inline;hp=1b65a5aa449e2ea99a68f5d13c5521d0dc64dfd1 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 ---