subtree: fix AsciiDoc list item continuation
[gitweb.git] / git-sh-setup.sh
index 3eb1b678386f7e9ed569dd8b11d78c4c508bbadc..d968760139b0e7b9219a1602a2e646a3ed398136 100644 (file)
@@ -160,7 +160,7 @@ git_pager() {
        else
                GIT_PAGER=cat
        fi
-       : ${LESS=-FRSX}
+       : ${LESS=-FRX}
        : ${LV=-c}
        export LESS LV