Created
April 29, 2015 04:31
-
-
Save andreisebastianc/2842729e70b874a7f225 to your computer and use it in GitHub Desktop.
Script to show who did what from a date period with GIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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