From 3eada06cdc34b98d49ca892ec452b4dc513bbc93 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 17 Nov 2016 17:11:05 +0100 Subject: Chop long lines when paging diffs This helps for html files with long javascript or css code embedded, and with inline images. --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 08e0b33..4e96883 100644 --- a/gitconfig +++ b/gitconfig @@ -7,5 +7,6 @@ [core] excludesfile = ~/.gitignore autocrlf = input + pager = less -S [merge] tool = vimdiff -- cgit v1.2.1