Closed
Description
Hi git plugin-developer
in your git plugin is a nice alias at
https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/git/git.plugin.zsh#L174
It has a little problem, if I use glol with --stat, the output locks wrong at end of a commit. My local solution was to change the line
alias glol="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
to
alias glol="git log --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
would be nice, if this goes to your plugin (my git version is 1.9.1).
Metadata
Assignees
Labels
No labels
Activity