gregsexton / gitv

gitk for Vim.
936 stars 59 forks source link

A way to make the commit column shorter. #60

Closed EDmitry closed 11 years ago

EDmitry commented 11 years ago

It would be great if there was a way to make the first column in the commit browser shorter so that it would be possible to see who is the author of the commit. Is this possible already?

EDmitry commented 11 years ago

my fault, didn't notice the truncate option

bart9h commented 11 years ago

But with the truncate option we can't see the whole commit message. Maybe it would be better to put the shorter author and date columns first.

Or, better yet, use just the first line of the commit message (the git way), and show the full commit message + (git diff --stat) in the commit window.