Closed fraga closed 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
Nice! Thanks buddy.
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: