From 9feaf5d70f7075199c4b517f7fe171318d951d5d Mon Sep 17 00:00:00 2001 From: DerTeta Date: Wed, 11 Aug 2021 00:08:53 +0200 Subject: Add the `DiffContextSize` setting to `GitConfig` It defaults to 3 lines, which is the default value for git. --- docs/Config.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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}}' -- cgit v1.2.3