Re: Graph sloc tool for git repos

2016-03-13 Thread Jeff King
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 >

Re: Graph sloc tool for git repos

2016-03-13 Thread Jeff King
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: >

Graph sloc tool for git repos

2016-03-12 Thread Kai Hendry
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: