-
Notifications
You must be signed in to change notification settings - Fork 163
Git Diff All on Commit #90
Comments
i Think that's like |
Oh huh,
It appears you have to delete those lines before commiting then. I added Have to try Uncommenting the entire thing, and possible using |
I will take a look at this matter at the weekend. |
👍 Would love to see the outgoing changes while writing a commit message. |
This would be amazing to have. |
Would really love this. |
+1 |
+1 |
+1 This would be helpful, as I like double checking what gets committed. |
It turns out the git-language package syntax highlighting for the commit message supports the |
Don't take a look haha I need to comment out the diffs when actually making the commit |
So it seems as if the |
If anyone would like to take a clone of the branch called '90' and test this feature, that'd be great. I'd like to make sure it works on someone else's machine as well |
@tonibirrer This does not work yet. I'm not sure why that option is still around. It's also appearing for me though. The first implementation had issues so I yanked it. I'll get back to working on it |
I've update the branch called 90. I won't publish this until a few others try it out |
This is now hidden behind a toggle for experimental features which I pushed in the latest update. |
Very cool, it works now. Thanks! |
@akonwi I'm very happy to see this! The syntax used for rendering the diff isn't ideal, though. Here's how the diff looks for me when I do a commit via Git Plus: And here's the same diff when I run I'd like to see Git Plus render the |
@TrevorBurnham do you have the "Word diff" setting toggled on in the package settings? That setting will also be applied to the diff for the commit |
Aha! Turning off "Word diff" fixed that problem for me, and I can now customize the syntax styles to get what I want. |
Closing this since it's been a feature for a while now |
Having a diff all underneath the commit message is one thing I liked about SublimeText's Git.
I added this Zren@4cd94df to open and focus on the diff all. Which allows the you to scroll down, then Ctrl+W to close it, and jump right to the commit message.
Could probably make this configurable if you go my route instead of combining the two like in SublimeText.
The text was updated successfully, but these errors were encountered: