On Fri, Jul 03, 2015 at 10:49:40AM -0700, Junio C Hamano wrote:
> Lawrence Siebert writes:
>
> > Moving commit counting from rev-list into list-object which is a step
> > toward letting git log do counting as well.
> >
> > Signed-off-by: Lawrence Siebert
> > ---
>
> No way. Look at the things
Lawrence Siebert writes:
> Moving commit counting from rev-list into list-object which is a step
> toward letting git log do counting as well.
>
> Signed-off-by: Lawrence Siebert
> ---
No way. Look at the things provided by list-objects.c API. They
are not about formatting outputs. printf()
Lawrence Siebert writes:
> +get_commit_count(&revs);
There's trailing whitespace here.
(See my message in 3/4)
Rémi
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel
Moving commit counting from rev-list into list-object which is a step
toward letting git log do counting as well.
Signed-off-by: Lawrence Siebert
---
builtin/rev-list.c | 12 ++--
list-objects.c | 14 ++
list-objects.h | 1 +
3 files changed, 17 insertions(+), 10 del
4 matches
Mail list logo