Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
subtree: fix AsciiDoc list item continuation
[gitweb.git]
/
git-sh-setup.sh
diff --git
a/git-sh-setup.sh
b/git-sh-setup.sh
index 3eb1b678386f7e9ed569dd8b11d78c4c508bbadc..d968760139b0e7b9219a1602a2e646a3ed398136 100644
(file)
--- a/
git-sh-setup.sh
+++ b/
git-sh-setup.sh
@@
-160,7
+160,7
@@
git_pager() {
else
GIT_PAGER=cat
fi
- : ${LESS=-FR
S
X}
+ : ${LESS=-FRX}
: ${LV=-c}
export LESS LV