lambdalisue / vim-gita

[Obsolete] An awesome git handling plugin for Vim
Other
226 stars 8 forks source link

Support for git commit --verbose #118

Closed rgrinberg closed 7 years ago

rgrinberg commented 8 years ago

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.

lambdalisue commented 8 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.

rgrinberg commented 8 years ago

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 the gita: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

lambdalisue commented 8 years ago

Hum... I see. I'll think about it. Thanks for the suggestion ;-)

lambdalisue commented 7 years ago

Implemented in gina.vim https://github.com/lambdalisue/gina.vim