GitAlias / gitalias

Git alias commands for faster easier version control
2.43k stars 325 forks source link

Regarding the user information displayed in commands like `git ll` #93

Closed Herbie34 closed 1 year ago

Herbie34 commented 1 year ago

The command git ll displays the committer (%cn), but wouldn't it be more standard to show the author (%an) instead? The documentation also mentions "Short/Long author field..." but it doesn't seem to match the actual behavior.

https://github.com/GitAlias/gitalias/tree/main/doc/git-ll

joelparkerhenderson commented 1 year ago

Yes you're correct on both counts. Thank you for reporting this because it's a bug-- your way is correct. I'll fix it now.