summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-09-05 10:50:35 -0400
committerDan Davison <dandavison7@gmail.com>2022-09-05 10:52:04 -0400
commitab39c1dc0f633d11b6f33c397dd3d0ef0a63ce5d (patch)
tree4e177d0451eb08f1c98204d6af3affa15821d6cb
parent2984a8b9d337e9987336b1195e70f0c47a1f7572 (diff)
Add note about git config env vars to configuration manual page.
-rw-r--r--manual/src/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/src/configuration.md b/manual/src/configuration.md
index 248afa36..27adeb29 100644
--- a/manual/src/configuration.md
+++ b/manual/src/configuration.md
@@ -52,3 +52,4 @@ git -c delta.line-numbers=false show
There are several important environment variables that affect delta configuration and which can be used to configure delta dynamically.
Please see [Environment variables](./environment-variables.md).
+In particular, note that delta does not currently honor all relevant [git environment variables](https://git-scm.com/docs/git-config#_environment), since delta uses [libgit2](https://github.com/libgit2/libgit2) to read git config.