-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
git integration improvements #359
Comments
Hello @lobneroO , That is an interesting use-case, thanks for sharing the steps how one can configure it. 👍 About point 2 - I don't think it is feasible. I might look into it sometime in the future but I hardly find time to support Compare. About point 1 - Looking at your config ( If you don't use " BR |
I tried changing that and while it works in theory (i.e. old version is on the left, new on the right for me), it now shows the new additional lines in red, i.e. as a removed line. That is rather confusing however, and not really the case. E.g. in your suggested version: But the lines marked in red are what I added, so what I want (and what is achieved by my posted version) is this: I do agree however, that the ordering in the command is not intuitive, if correct at all. Initially I had it the other way round as well. |
Could you tell me what is your ComparePlus version? BR |
I am using 1.1 installed via the Plugin Admin |
I have just set up comparePlus as my default git diff tool, so far I'm really happy with it.
There are two things that would make this even better:
(and probably the smaller request): mark which part of the (git) diff is the old version and which the new version.
-> Since both files in a git diff are name the same and sometimes they are in temp folders, it is not immediately obvious, which of the two is belonging to which part of the git diff.
(and I don't know if this is even possible): add a 4-part merge :-)
Also, since it took my some time to set it up, perhaps it would be useful for others to document the git config entries necessary. I did it like this:
On a sitenote, this didn't really work if I left out the -multiInst argument. It would open the diff, but it would close after a few seconds without me doing anything. Not sure if that's a bug.
The text was updated successfully, but these errors were encountered: