seixasfelipe / cleaners

Cleaners - Management Application
MIT License
2 stars 0 forks source link

fixing the script, bogus ctrl+v #55

Closed fraga closed 11 years ago

fraga commented 11 years ago

I made a mistake on the script, I thought I ctrl+c in the terminal, but I've never done it so the correct script to order by authors ascendent is this:

git log --pretty=format:"%an"| env LC_ALL=C sort| env LC_ALL=C uniq | env LC_ALL=C sort -r
fabianoalmeida commented 11 years ago

Nice! Thanks buddy.