summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-11-14 18:15:14 -0500
committerDan Davison <dandavison7@gmail.com>2021-11-14 18:15:43 -0500
commit21b8b1e43fb94897587e3da4f59e70216741f6ba (patch)
treea5adf61a406ab480d8ca5a53424cdd6230f6072d
parent6785b6e90054143431a4f114486c0865f1ee7abb (diff)
Document git blame
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 99632b7e..a0beda28 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,8 @@
diff = delta
show = delta
log = delta
- reflog = delta
blame = delta
+ reflog = delta
[interactive]
diffFilter = delta --color-only
@@ -64,11 +64,13 @@ Code evolves, and we all spend time studying diffs. Delta aims to make this both
- [Choosing colors (styles)](#choosing-colors-styles)
- [Line numbers](#line-numbers)
- [Side-by-side view](#side-by-side-view)
+ - [git blame](#git-blame)
- ["Features": named groups of settings](#features-named-groups-of-settings)
- [Custom themes](#custom-themes)
- [diff-highlight and diff-so-fancy emulation](#diff-highlight-and-diff-so-fancy-emulation)
- [--color-moved support](#--color-moved-support)
- [Navigation keybindings for large diffs](#navigation-keybindings-for-large-diffs)
+ - [Git blame](#git-blame-1)
- [24 bit color (truecolor)](#24-bit-color-truecolor)
- [Using Delta with GNU Screen](#using-delta-with-gnu-screen)
- [Using Delta on Windows](#using-delta-on-windows)