kamranahmedse / git-standup

Recall what you did on the last working day. Psst! or be nosy and find what someone else in your team did ;-)
MIT License
7.62k stars 304 forks source link

Issue with username with non-ASCII chars #73

Closed elMestre closed 6 years ago

elMestre commented 7 years ago

Quick tip if if you Google to here: This can be workarounded using the flag -a "all"

Hi there,

Thanks for what you did here, is amazing :)

It would seem that if user has strange characters like áéíóúàèìòù (but maybe many others), git standup will not detect the commits properly, throwing the message:

Seems like úsérnámé did nothing!

Best regards

kamranahmedse commented 6 years ago

Hey :)

Git standup just proxies the author to git log so it could be from git log. Could you please try below and see if it works?

git log --author=úsérnámé

Otherwise you may use the email

git standup --author="you@email.com"