Re: [PATCH] --count feature for git shortlog

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Lawrence,

On 2015-06-29 18:46, Lawrence Siebert wrote:

> I appreciate your help. Okay, That all makes sense.
> 
> I would note that something like:
>  git shortlog -s "$FILENAME:  | cut -f 1 | paste -sd+ - | bc
> 
> seems like it run much faster then:
> 
>  git log --oneline "$FILENAME" | wc -l

How does it compare to `git rev-list -- "$FILENAME" | wc -l`?

Ciao,
Johannes
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]