mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 16:06:04 +01:00
Better log format
This commit is contained in:
parent
35db7f8404
commit
d836bfff3c
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Reference in a new issue