Skip to content

Instantly share code, notes, and snippets.

@gaurav
Created December 29, 2008 05:03
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gaurav/41182 to your computer and use it in GitHub Desktop.
Save gaurav/41182 to your computer and use it in GitHub Desktop.
A quick command to list all the files modified by an author in a repository
git log --name-status --pretty=format:'' --author=authorname | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment