From: Johannes Schindelin Date: Mon, 19 Feb 2007 02:14:59 +0000 (+0100) Subject: rev-list --max-age, --max-count: support --boundary X-Git-Tag: v1.5.1-rc1~136^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c4025103faf02a1b457b945cf5e4e12c97fa72d7?hp=c4025103faf02a1b457b945cf5e4e12c97fa72d7 rev-list --max-age, --max-count: support --boundary Now, when saying --max-age=, or --max-count=, together with --boundary, rev-list prints the boundary commits, i.e. the commits which are _just_ not shown without --boundary, i.e. their children are, but they aren't. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---