Skip to content

Instantly share code, notes, and snippets.

@edtoken
Last active August 7, 2017 14:50
Show Gist options
  • Save edtoken/99f63be9e20b9876d482444bb0cb2742 to your computer and use it in GitHub Desktop.
Save edtoken/99f63be9e20b9876d482444bb0cb2742 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
git log --reverse --date=short --since="5.weeks" --pretty=format:'%s' --all --author=ed > task.log.csv
awk '!seen[$0]++' task.log.csv > task.log.csv.tmp
mv task.log.csv.tmp task.log.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment