Skip to content

Instantly share code, notes, and snippets.

@textarcana
Last active January 29, 2020 19:41
Show Gist options
  • Save textarcana/9d9227be8764fd10d139516a32eb83e5 to your computer and use it in GitHub Desktop.
Save textarcana/9d9227be8764fd10d139516a32eb83e5 to your computer and use it in GitHub Desktop.
TZ=$(date +%z) git log --reverse --date-order --format="%cd" --date=iso-local \
| dateround -S Sun \
| cut -d'T' -f1 \
| 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