Skip to content

Instantly share code, notes, and snippets.

@crosenth
Last active September 20, 2016 21:23
Show Gist options
  • Save crosenth/f7c010a8ee856890d8bd to your computer and use it in GitHub Desktop.
Save crosenth/f7c010a8ee856890d8bd to your computer and use it in GitHub Desktop.
contributors
contributors = env.Command(
source='.git/logs/HEAD',
target='contributors.txt',
action=('git log --all --format="%cN <%cE>" | sort | uniq > $TARGET'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment