Skip to content

Instantly share code, notes, and snippets.

@commuterjoy
Created December 14, 2013 10:11
Show Gist options
  • Save commuterjoy/7957566 to your computer and use it in GitHub Desktop.
Save commuterjoy/7957566 to your computer and use it in GitHub Desktop.

git lg --since 353.days | cut -f 4- | grep 'Merge pull request' | wc -l

1612 merges to master

git lg --since 353.days | cut -f 1- | grep 'Merge pull request' | cut -f 3 | cut -d ' ' -f 2 | sort | uniq -c

  46 Jan
  31 Feb
  89 Mar
 119 Apr
 139 May
 140 Jun
 133 Jul
 137 Aug
 191 Sep
 285 Oct
 201 Nov
 101 Dec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment