-
-
Notifications
You must be signed in to change notification settings - Fork 607
Side-by-side diff #1294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Would love split view of diffs too. This is especially helpful on larger screens. |
For sure a thing planned. It will be something I want to tackle by getting rid of using the libgit2 based diffing and basically using a third party crate to do the diffing of arbitrary buffers. like for example difftastic or delta |
Have you considered using delta for the side-by-side view? I like a lot how it looks and I was wondering if is possible to integrate it, or if there is a way to use it with gitui. |
I've checked out delta and also created a feature request there. They offered to use gitui for this:
Check the response here: dandavison/delta#1305 |
not sure what you are getting at? its cool it mentions gitui 👍 |
@extrawurst I meant a feature that allows to apply hunks in side-by-side diff view (e.g. to apply a hunk from the left pane to the right pane (IntelliJ IDEA UI uses arrow >> for this)), described in this thread:
Perhaps, I'd better create a separate feature request? |
no need to create a separate ticket. providing a different way to visualise a diff will not change the ways it allows you to stage/unstage/reset changes in it |
see #358 |
|
Is your feature request related to a problem? Please describe.
Any interest in adding a side-by-side diff view?
Describe the solution you'd like
I'm a huge fan of GitUp but can't use it due to my code being on a remote (Linux) machine. Something like this would be great: https://github.com/git-up/GitUp#complete-example-2-gitdiff
The text was updated successfully, but these errors were encountered: