diff-so-fancy
diff-so-fancy copied to clipboard
Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada:
When not having any settings in the `[color "diff-highlight"]` section of gitconfig, the highlight still works in git commands by inverting foreground and background colors. When additionally setting `stripLeadingSymbols =...
During test development, the ansi codes may not always be well understood. The current bats default error display does not help with determining the actual sequence of codes since the...
How about making `diff-so-fancy` render a basic Markdown in the git commit messages? I was looking for a way to do any chaining/pipelining, but not sure if it is possible...
Awesomebot check would have caught #483 during PR checks
When lines are _changed_ (removal+insertion), there's red/green color highlighting ``` $ diff -u
- add section header char, thus the section can be located * make `diff-so-fancy` works together with [ov](https://github.com/noborus/ov) with more pertty output * add two options, `-use-sc` **DIFF** for customization,...
Although the suggested config `interactive.diffFilter = "diff-so-fancy --patch" works for `git add -p`, it doesn't for `git reset -p`:  This is on the latest commit on the `next` branch,...
The ruler width is either read from the terminal or from the git-config. This means there is no way to conveniently set this from the command line which is needed...
This PR is the same as PR #398, I have just rebased it onto the current next so that there are no conflict. Just some re-tabbings were needed. I'm doing...
Text wrapping inside color is better to avoid because some terminals set next line default colors based on the current color. I think we can assume that default terminal width...