diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-17 17:11:05 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-17 17:11:05 +0100 |
commit | 3eada06cdc34b98d49ca892ec452b4dc513bbc93 (patch) | |
tree | 3c5701d1a96dd8c4e7d960beb4d7508682b1e928 /gitconfig | |
parent | e642aec221c289ef93772606bb7d50b0bfd0c410 (diff) |
Chop long lines when paging diffs
This helps for html files with long javascript or css code embedded, and
with inline images.
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,5 +7,6 @@ [core] excludesfile = ~/.gitignore autocrlf = input + pager = less -S [merge] tool = vimdiff |