Closed rgrinberg closed 7 years ago
I'm not really familiar with that but what the difference between opening a buffer with :Gita diff --cached
.
I personally feel that the gita:status
window is too small to show such diff in the buffer.
There's no essential difference between this and :Gita diff --cached
.
But often it is very useful to see :Gita diff --cached
exactly when
you're writing a commit.
On 06/13, Alisue wrote:
I'm not really familiar with that but what the difference between opening a buffer with
:Gita diff --cached
. I personally feel that thegita:status
window is too small to show such diff in the buffer.
You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/lambdalisue/vim-gita/issues/118#issuecomment-225547848
Hum... I see. I'll think about it. Thanks for the suggestion ;-)
Implemented in gina.vim https://github.com/lambdalisue/gina.vim
Fugitive as a special mode for verbose commits (try it with
Gcommit --verbose
) where all the changes about to be committed are displayed as a diff below your commit message. These are displayed with syntax highlighting for the diff as well which is nice.It would be cool if gita supported something like that as well.