Better log format

This commit is contained in:
Kovid Goyal 2013-05-29 18:07:05 +05:30
parent 35db7f8404
commit d836bfff3c

View File

@ -22,9 +22,8 @@ fun! CalibreLog()
" Setup buffers to edit the calibre changelog and version info prior to
" making a release.
enew
read ! git log -500
read ! git log "--pretty=\%an:\%n\%s\%n" -500
setl nomodifiable noswapfile buftype=nofile
setl ft=git
normal! gg
edit Changelog.yaml
edit src/calibre/constants.py