Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
untracked cache: save to an index extension
[gitweb.git]
/
git-sh-setup.sh
diff --git
a/git-sh-setup.sh
b/git-sh-setup.sh
index 3eb1b678386f7e9ed569dd8b11d78c4c508bbadc..c42c6e6365090e22ec7892baa51b919f2898e956 100644
(file)
--- a/
git-sh-setup.sh
+++ b/
git-sh-setup.sh
@@
-81,7
+81,7
@@
if test -n "$OPTIONS_SPEC"; then
echo exit $?
)"
else
- dashless=$(basename "$0" | sed -e 's/-/ /')
+ dashless=$(basename
--
"$0" | sed -e 's/-/ /')
usage() {
die "usage: $dashless $USAGE"
}
@@
-160,7
+160,7
@@
git_pager() {
else
GIT_PAGER=cat
fi
- : ${LESS=-FR
S
X}
+ : ${LESS=-FRX}
: ${LV=-c}
export LESS LV