mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -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
|
" Setup buffers to edit the calibre changelog and version info prior to
|
||||||
" making a release.
|
" making a release.
|
||||||
enew
|
enew
|
||||||
read ! git log -500
|
read ! git log "--pretty=\%an:\%n\%s\%n" -500
|
||||||
setl nomodifiable noswapfile buftype=nofile
|
setl nomodifiable noswapfile buftype=nofile
|
||||||
setl ft=git
|
|
||||||
normal! gg
|
normal! gg
|
||||||
edit Changelog.yaml
|
edit Changelog.yaml
|
||||||
edit src/calibre/constants.py
|
edit src/calibre/constants.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user