git log --full-history --pretty=oneline --date-order --decorate=full --skip=0 --max-count=100 master --  (completed in 0.176s)
fatal: bad revision 'master'

git rev-list --full-history --count master --  (completed in 0.185s)
fatal: bad revision 'master'

git shortlog -e -s -n HEAD  (completed in 0.19s)
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'