-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change recommended git configuration
`git-difftool` has strictly less information than `git-diff`. `git-difftool` therefore produces worse results, and we shouldn't recommend it. `git-difftool` does not have file rename information, and sometimes makes difftastic claim that file permissions have changed (depending on the permissions of the temporary directory used). Instead, recommend `git-diff` with an external diff configured, and update `git-mergetool` instructions to emulate `git-diff` as much as possible (respecting $MERGED). Also link to the upstream git bug on segfaults with external diff tools. Thanks to @poliorcetics and @gthb for researching this bug and discussing possible solutions. Closes #734 Fixes #620
- Loading branch information
Showing
2 changed files
with
93 additions
and
45 deletions.
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
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