update stagit-gopher.1 and example.sh - stagit-gopher - A git gopher frontend. (mirror)
HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 1d747ca19f3afe0f7b61575a06fa9b37d4384eeb
DIR parent 708600cc294ea1046570cd99bfc4276ae05fe8cf
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 23 Jun 2017 13:43:17 +0200
update stagit-gopher.1 and example.sh
Diffstat:
M example.sh | 2 +-
M stagit-gopher.1 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/example.sh b/example.sh
@@ -26,7 +26,7 @@ for dir in "${reposdir}/"*/; do
mkdir -p "${curdir}/${d}"
cd "${curdir}/${d}"
- stagit-gopher -b "/" -c ".cache" "${reposdir}/${r}"
+ stagit-gopher -b "/${d}" -c ".cache" "${reposdir}/${r}"
# symlinks
ln -sf log.gph index.gph
DIR diff --git a/stagit-gopher.1 b/stagit-gopher.1
@@ -19,7 +19,7 @@ The options are as follows:
.Bl -tag -width Ds
.It Fl b Ar baseprefix
Use base prefix as the root.
-By default this is "/".
+By default this is "".
.It Fl c Ar cachefile
Cache the entries of the log index up to the point of
the last commit.