Commit b18bcbbe authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: use for git the more faithful "less -x1,5" suggested by Brand

parent 920730f1
Showing with 1 addition and 1 deletion
+1 -1
......@@ -113,4 +113,4 @@ a tab size of four should be used. So in your nanorc file you may want
to include 'set tabsize 4', or you could use -T4 on the command line.
To make git display things as intended, you can do:
$ git config --local core.pager "less -x4"
$ git config --local core.pager "less -x1,5"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment