Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created August 19, 2014 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmyname/7146d6ccdeb54d16ca38 to your computer and use it in GitHub Desktop.
Save notmyname/7146d6ccdeb54d16ca38 to your computer and use it in GitHub Desktop.
john@europa:~/Documents/swift(housekeeping)$ git shortlog -nes --no-merges 2.0.0.. | wc -l
27
john@europa:~/Documents/swift(housekeeping)$ git shortlog -nes --no-merges 1.13.1..2.0.0 | wc -l
27
john@europa:~/Documents/swift(housekeeping)$ git shortlog -nes --no-merges 1.13.0..1.13.1 | wc -l
21
john@europa:~/Documents/swift(housekeeping)$ git shortlog -nes --no-merges 1.12.0..1.13.0 | wc -l
22
john@europa:~/Documents/swift(housekeeping)$ git shortlog -nes --no-merges 1.11.0..1.12.0 | wc -l
23
john@europa:~/Documents/swift(housekeeping)$ git shortlog -nes --no-merges 1.10.0..1.11.0 | wc -l
26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment