Skip to content
This repository has been archived by the owner on Sep 21, 2019. It is now read-only.

Support for git commit --verbose #118

Closed
rgrinberg opened this issue Jun 13, 2016 · 4 comments
Closed

Support for git commit --verbose #118

rgrinberg opened this issue Jun 13, 2016 · 4 comments

Comments

@rgrinberg
Copy link

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
Copy link
Owner

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
Copy link
Author

rgrinberg commented Jun 13, 2016

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:
#118 (comment)

@lambdalisue
Copy link
Owner

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

@lambdalisue
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants