author | Junio C Hamano <junkio@cox.net> | |
Mon, 17 Apr 2006 01:12:49 +0000 (18:12 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 17 Apr 2006 05:05:38 +0000 (22:05 -0700) | ||
commit | 1b65a5aa449e2ea99a68f5d13c5521d0dc64dfd1 | |
tree | 4a9db3b92e5e94addafb6e6120015622476dbd85 | tree | snapshot |
parent | e6bfaf3e33beba9431490a4f5c7a9753986554c4 | commit | 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>
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 | diff | blob | history | |
rev-list.c | diff | blob | history | |
revision.c | diff | blob | history | |
revision.h | diff | blob | history |