byplayer / egg

Emacs Got Git. This is a clone of Marius's excellent magit. Egg is an emacs interface to git.
bogolisk.blogspot.com
97 stars 20 forks source link

support git 2.5 decorate style #63

Closed ki11men0w closed 8 years ago

ki11men0w commented 8 years ago

git 2.5 has new style output for HEAD reference for "git log --decorate" command: old style: "HEAD, master" new style: "HEAD -> master"