author | Kay Sievers <kay.sievers@vrfy.org> | |
Fri, 6 May 2005 08:00:11 +0000 (10:00 +0200) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 6 May 2005 16:01:27 +0000 (09:01 -0700) | ||
commit | fcfda02bc7e3a9dacf63fa43df8eee530a471f96 | |
tree | 77d1b2a9986b616db431f6c3908caf8d710b1b8a | tree | snapshot |
parent | 22b781051bc1902b656708acbc51f39654ce969d | commit | diff |
[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 <kay.sievers@vrfy.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 <kay.sievers@vrfy.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
rev-list.c | diff | blob | history |