Skip to content

Instantly share code, notes, and snippets.

@Aegean-Homines
Created February 22, 2016 06:44
Show Gist options
  • Select an option

  • Save Aegean-Homines/4e8f295049c62276d17c to your computer and use it in GitHub Desktop.

Select an option

Save Aegean-Homines/4e8f295049c62276d17c to your computer and use it in GitHub Desktop.
$ git log --author="Egemen Koku" --pretty=tformat: --numstat | grep "Whisky Engine/Source" | gawk '{ add += $1 ; subs += $2 ; loc += $1 - $2 } END { printf "added lines: %s removed lines : %s total lines: %s\n",add,subs,loc }' -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment