AnthonyDiGirolamo / airline-themes

vim-airline themes https://github.com/vim-airline/vim-airline-themes for emacs powerline https://github.com/milkypostman/powerline
MIT License
123 stars 20 forks source link

vc-git-working-revision gives exact revision in Emacs 25 #19

Closed xuhdev closed 8 years ago

xuhdev commented 8 years ago

Currently airline-themes relies on vc-git-working-revision to display the branch. However, starting from Emacs 25, vc-git-working-revision would give the exact revision, which is long and probably useless to display in the mode-line (see here and here). Can we change this to display the branch again?

AnthonyDiGirolamo commented 8 years ago

Just noticed this myself. Will add a fix asap.