summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-11-17 17:11:05 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2016-11-17 17:11:05 +0100
commit3eada06cdc34b98d49ca892ec452b4dc513bbc93 (patch)
tree3c5701d1a96dd8c4e7d960beb4d7508682b1e928
parente642aec221c289ef93772606bb7d50b0bfd0c410 (diff)
Chop long lines when paging diffs
This helps for html files with long javascript or css code embedded, and with inline images.
-rw-r--r--gitconfig1
1 files changed, 1 insertions, 0 deletions
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

Contact - Imprint