about summary refs log tree commit diff stats
path: root/dev/git
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-02-07 13:49:02 +0000
committerSilvino Silva <silvino@bk.ru>2019-02-07 13:49:02 +0000
commit390a4d2fbef2d8c814d7b2fb00cc0c4db3964c55 (patch)
tree93b7fbde96409fd6e164380bb10e77f4a7400eb6 /dev/git
parent334579fa0928d30cf82bb953dbe88f21cc106e46 (diff)
downloaddoc-390a4d2fbef2d8c814d7b2fb00cc0c4db3964c55.tar.gz
tools and dev several fixes.
Diffstat (limited to 'dev/git')
-rw-r--r--dev/git/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/git/index.html b/dev/git/index.html
index 41a5a22..4e61822 100644
--- a/dev/git/index.html
+++ b/dev/git/index.html
@@ -23,6 +23,12 @@
     $ git config --global core.pager cat
     </pre>
 
+    <p>Paging based on output size with less;</p>
+
+    <pre>
+    git config --global --replace-all core.pager "less -F -X"
+    </pre>
+
     <p>Example to disable for just one subcommand and local repository;</p>
 
     <pre>