Files
git/builtin
Thomas Rast f69c501832 rev-list: introduce --count option
Add a --count option that, instead of actually listing the commits,
merely counts them.

This is mostly geared towards script use, and to this end it acts
specially when used with --left-right: it outputs the left and right
counts separately.  Previously, scripts would have to run a shell loop
or small inline script over to achieve the same.  (Without
--left-right, a simple |wc -l does the job.)

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-06-12 09:39:06 -07:00
..
2010-03-10 15:32:02 -08:00
2010-05-21 04:02:14 -07:00
2010-05-21 04:02:15 -07:00
2010-05-21 04:02:16 -07:00
2010-03-28 17:42:58 -07:00
2010-04-09 22:43:18 -07:00
2010-06-07 22:15:31 -07:00
2010-05-21 04:02:16 -07:00
2010-05-08 22:36:14 -07:00
2010-03-21 16:23:44 -07:00
2010-03-21 16:23:44 -07:00
2010-03-10 15:32:34 -08:00
2010-05-08 22:34:47 -07:00
2010-03-28 21:52:28 -07:00
2010-04-09 22:43:18 -07:00
2010-04-19 16:39:24 -07:00
2010-03-31 15:14:27 -07:00
2010-06-12 09:39:06 -07:00
2010-05-08 22:34:47 -07:00
2010-03-15 00:58:24 -07:00
2010-05-21 04:02:20 -07:00
2010-03-10 15:25:18 -08:00