summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-12-05 20:14:14 -0500
committerDan Davison <dandavison7@gmail.com>2021-12-05 20:14:14 -0500
commit31b402a7cefea5c4c434280ddad32bbd7e88ac0e (patch)
tree85da846ddfb75c84df47ddff7924c76b7f9bfb13
parent644e8089f74ca3107f8b172f75df66ff1330efae (diff)
Document merge conflict handling0.11.0
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c40e67a4..45a94c4c 100644
--- a/README.md
+++ b/README.md
@@ -158,6 +158,7 @@ Here's what `git show` can look like with git configured to use delta:
- Side-by-side view with line-wrapping
- Line numbering
- `n` and `N` keybindings to move between files in large diffs, and between diffs in `log -p` views (`--navigate`)
+- Improved merge conflict display
- Improved `git blame` display (syntax highlighting; `--hyperlinks` formats commits as links to GitHub/GitLab/Bitbucket etc)
- Syntax-highlights grep output from `rg`, `git grep`, `grep`, etc
- Support for Git's `--color-moved` feature.