Skip to content

Instantly share code, notes, and snippets.

@textarcana
Last active January 29, 2020 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save textarcana/c71939c74817d4110c012dc7c07d4a37 to your computer and use it in GitHub Desktop.
Save textarcana/c71939c74817d4110c012dc7c07d4a37 to your computer and use it in GitHub Desktop.
TZ=$(date +%z) git log --reverse --date-order --format="%cd" --date=iso-local \
| cut -d- -f1-2 \
| uniq -c \
| column -t \
| perl -pwe 's{\s+}{\t}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment