]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
revision --boundary: fix uncounted case.
authorJunio C Hamano <junkio@cox.net>
Tue, 6 Mar 2007 11:20:55 +0000 (03:20 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Mar 2007 11:20:55 +0000 (03:20 -0800)
commit8839ac9442c9ded41bfa369a142fd2e659a44377
tree6c4ed94b94e4d60427e1b3808f24bd618c2cf5ff
parent892ae6bf13d3811f36e6fe65c4ff85841e1c4f14
revision --boundary: fix uncounted case.

When the list is truly limited and get_revision_1() returned NULL,
the code incorrectly returned it without switching to boundary emiting
mode.  Silly.

Signed-off-by: Junio C Hamano <junkio@cox.net>
revision.c