On Sun, Mar 13, 2016 at 10:35:45PM -0400, Jeff King wrote:
> Like (this is back on the "we resolved as master" version of my example,
> to illustrate how the merge is shown):
>
> $ git log --first-parent -m --numstat --oneline
> 4244c8a resolved
> 1 1 file
> b9bbaf9 side
> 1
On Sat, Mar 12, 2016 at 07:00:26PM +0800, Kai Hendry wrote:
> I penned a script to plot SLOC of a git project using GNUplot & I
> thought the fastest way to count code fluctuations was via `git show
> --numstat`.
>
> However that requires some awk counting of the lines:
> https://github.com/kaihe
Hi there,
I penned a script to plot SLOC of a git project using GNUplot & I
thought the fastest way to count code fluctuations was via `git show
--numstat`.
However that requires some awk counting of the lines:
https://github.com/kaihendry/graphsloc/blob/5f31e388e9b655e1801f13885f4311d221663a19/c
3 matches
Mail list logo