GitGutter icon indicating copy to clipboard operation
GitGutter copied to clipboard

Differentiate between staged and unstaged changes

Open jisaacks opened this issue 10 years ago • 9 comments

jisaacks avatar Jan 28 '14 03:01 jisaacks

Would love to test this.

Is there an easy way to install Git Gutter Staged from sublime text package control ?

Raynos avatar Feb 06 '14 22:02 Raynos

No there is not, but you can install it very easily with git. If you need help with that I can walk you through it. :)

On Thursday, February 6, 2014, Raynos (Jake Verbaten) < [email protected]> wrote:

Would love to test this.

Is there an easy way to install Git Gutter Staged from sublime text package control ?

Reply to this email directly or view it on GitHubhttps://github.com/jisaacks/GitGutter/pull/136#issuecomment-34384726 .

jisaacks avatar Feb 06 '14 23:02 jisaacks

Will this be finished?

maliayas avatar May 08 '14 08:05 maliayas

@maliayas I am working on some infrastructure that will allow users to easily test pre releases. Once that is setup up, I am going to be focusing on the protected regions feature. #113 and #161

After that release I will probably shift my focus to this branch.

jisaacks avatar May 08 '14 13:05 jisaacks

I understand. Thank you very much.

maliayas avatar May 08 '14 14:05 maliayas

This would be great, I just made a reset(ustage)/checkout of selected hunk in the git package. https://github.com/kemayo/sublime-text-git/pull/404

With the gutter having no difference between the two it is a bit hard knowing which one to use.

mokkabonna avatar Mar 13 '15 19:03 mokkabonna

This would be very useful

If it gets updated I might try the PR, just warn me

BarbzYHOOL avatar Sep 19 '18 21:09 BarbzYHOOL

This still being looked at?

TerminalFi avatar Mar 24 '20 12:03 TerminalFi

I havn't done much about GitGutter at all as most of its features are part of core ST right now. I thought about a more "lightweight" variant to handle stuff, which is not yet part of the core, but hesitated due to some incompatibilities it would imply.

I played around with solutions about displaying staged/unstaged changes but the required changes are quite huge and I ran into several issues which were not so easy to handle. Abandoned those work in the end.

I personally got used to use Sublime Merge for more sophisticated comparisons, so havn't the need to push that feature into GitGutter. Don't even know how to properly mark it in the gutter as we default to ST's default minidiff if it is available.

deathaxe avatar Mar 24 '20 19:03 deathaxe