Skip to content

Instantly share code, notes, and snippets.

@vanquang9387
Last active October 6, 2016 08:07
Show Gist options
  • Save vanquang9387/6a341e61025551bcac476aa5aafa63db to your computer and use it in GitHub Desktop.
Save vanquang9387/6a341e61025551bcac476aa5aafa63db to your computer and use it in GitHub Desktop.
Export git log by author and date range
$ git log --author="Quang Ngo" --numstat --after="2016-06-01" --pretty=tformat: > log.txt

Export git log by author and date range with format <additions> <deletions> <file>

Sample output:

29 7   file1.txt
20 7   file2.txt
13 0   file3.txt
65 37  file2.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment