mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Better log format
This commit is contained in:
parent
35db7f8404
commit
d836bfff3c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user