summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDerTeta <derteta@gmx.de>2021-08-11 00:08:53 +0200
committerJesse Duffield <jessedduffield@gmail.com>2021-12-06 22:37:28 +1100
commit9feaf5d70f7075199c4b517f7fe171318d951d5d (patch)
tree9029aeb72bd024449933a21aae137af21706f786 /docs
parent3e3151f86ace9dec0af9f554cb0efaa6f43e1831 (diff)
Add the `DiffContextSize` setting to `GitConfig`
It defaults to 3 lines, which is the default value for git.
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 5630516ac..020b4724a 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -76,6 +76,7 @@ git:
overrideGpg: false # prevents lazygit from spawning a separate process when using GPG
disableForcePushing: false
parseEmoji: false
+ diffContextSize: 3 # how many lines of context are shown around a change in diffs
os:
editCommand: '' # see 'Configuring File Editing' section
editCommandTemplate: '{{editor}} {{filename}}'