commit | 8839ac9442c9ded41bfa369a142fd2e659a44377 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Tue Mar 06 03:20:55 2007 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Tue Mar 06 03:20:55 2007 -0800 |
tree | 6c4ed94b94e4d60427e1b3808f24bd618c2cf5ff | |
parent | 892ae6bf13d3811f36e6fe65c4ff85841e1c4f14 [diff] |
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>