-
Notifications
You must be signed in to change notification settings - Fork 612
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This feature branch lets the user opt-in to use the new, experimental builtin difftool. It is faster than the Perl version, but only lightly tested. This feature flag will give it a lot more testing, without compromising Git for Windows' functionality. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information
Showing
1 changed file
with
71 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74339bd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For end-user - how to test the new build-in difftool?
I've tried this, but it didn't work:
74339bd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not open a proper bug report?
That looks like it works alright...
74339bd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where should I create a bug report? This GitHub repository doesn't show 'Issues' tab for me.
Also, I was not sure if I did the setup properly
74339bd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As suggested on https://git-for-windows.github.io/ (i.e. Git for Windows' home page), here: https://github.com/git-for-windows/git/issues/
You could also go to the mailing list.
Commenting on individual commits only creates more work for me.
74339bd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created bug git-for-windows/git#985