Skip to content

Instantly share code, notes, and snippets.

@andreisebastianc
Created April 29, 2015 04:31
Show Gist options
  • Save andreisebastianc/2842729e70b874a7f225 to your computer and use it in GitHub Desktop.
Save andreisebastianc/2842729e70b874a7f225 to your computer and use it in GitHub Desktop.
Script to show who did what from a date period with GIT
rm ~/changelog.txt && git shortlog --no-merges --author="Cimpean" --reverse --after="2015-1-1" >> ~/changelog.txt && git log --author="Cimpean" --after="2015-1-1" --no-merges --pretty=format:'%cn%n %B %n' >> ~/changelog.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment