summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-05-26 12:32:34 -0400
committerGitHub <noreply@github.com>2021-05-26 12:32:34 -0400
commit9de714a8a93f9c353abf5979f74b676fe6397b04 (patch)
tree4ff0307a35e44bb8e466e7b3963793a3b5892205 /README.md
parent974204f897f06e8b87566cf25f6866096573c959 (diff)
Improve documentation of hyperlinks (#616)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9ff487d4..d0b9db6b 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,8 @@ Code evolves, and we all spend time studying diffs. Delta aims to make this both
- Support for Git's `--color-moved` feature.
- Code can be copied directly from the diff (`-/+` markers are removed by default).
- `n` and `N` keybindings to move between files in large diffs, and between diffs in `log -p` views (`--navigate`)
+- Commit hashes can be formatted as terminal [hyperlinks](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) to the Github/GitLab/Bitbucket page (`--hyperlinks`).
+ File paths can also be formatted as hyperlinks for opening in your OS.
The most convenient way to configure delta is with a `[delta]` section in `~/.gitconfig`. Here's a quick example: