]> git.ipfire.org Git - thirdparty/git.git/commit - http-push.c
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)
commit1b65a5aa449e2ea99a68f5d13c5521d0dc64dfd1
tree4a9db3b92e5e94addafb6e6120015622476dbd85
parente6bfaf3e33beba9431490a4f5c7a9753986554c4
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>
http-push.c
rev-list.c
revision.c
revision.h