fix file reference: example.sh -> example_create.sh - stagit-gopher - A git gopher frontend. (mirror) | |
git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit b831ce30c99b8d278f8917cf5c56ea5fa4ccf8a0 | |
parent b2cff63407161b2d5de03d8bb086e88a346d649d | |
Author: Hiltjo Posthuma | |
Date: Sun, 30 Jul 2017 17:22:27 +0200 fix file reference: example.sh -> example_create.sh Diffstat: M README | 2 +- M example_create.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- | |
diff --git a/README b/README | |
@@ -102,7 +102,7 @@ git post-receive hook (repo/.git/hooks/post-receive): # ... #fi - # see example.sh for normal creation of the files. + # see example_create.sh for normal creation of the files. Create .tar.gz archives by tag | |
diff --git a/example_create.sh b/example_create.sh | |
@@ -9,7 +9,7 @@ # # Usage: # - mkdir -p gphdir && cd gphdir -# - sh example.sh +# - sh example_create.sh # path must be absolute. reposdir="/var/scm/git" |