Skip to content

git plugin #5362

Closed
Closed
@JanosSarkoezi

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions