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