-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git: replace diff-so-fancy with delta
diff-so-fancy does not work on `git add -p`, but delta does. There had been a long discussion on the --patch issue in diff-so-fancy[0] and the problems there, happen during git add, too. Some commits [1] are referencing this issue. Here it got replaced with delta. After some checks, it seems to work fine and much better than diff-so-fancy. [0] so-fancy/diff-so-fancy#35 [1] arcticicestudio/igloo@4815419
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 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
Submodule diff-so-fancy
deleted from
19e55f
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