From: Kay Sievers Date: Fri, 6 May 2005 08:00:11 +0000 (+0200) Subject: [PATCH] control/limit output of git-rev-list X-Git-Tag: v0.99~625 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=fcfda02bc7e3a9dacf63fa43df8eee530a471f96;hp=fcfda02bc7e3a9dacf63fa43df8eee530a471f96;p=git.git [PATCH] control/limit output of git-rev-list gitweb.cgi's default view is the log of the last day and git-rev-list can stop crawling the whole repo if we have all our data to display in the browser. Also the rss-feed query needs only the last 20 items. This will speeds up these queries dramatically. usage: rev-list [OPTION] commit-id --max-count=nr --max-age=epoch --min-age=epoch Signed-off-by: Kay Sievers Signed-off-by: Linus Torvalds ---