From d836bfff3c58277bcceb26f83b77d7643ecf7ae0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 29 May 2013 18:07:05 +0530 Subject: [PATCH] Better log format --- session.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/session.vim b/session.vim index 5fa80cb377..75319e8442 100644 --- a/session.vim +++ b/session.vim @@ -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