Introduction
Introduction Statistics Contact Development Disclaimer Help
fix file reference: example.sh -> example_create.sh - stagit-gopher - static gi…
git clone git://git.codemadness.org/stagit-gopher
Log
Files
Refs
README
LICENSE
---
commit b831ce30c99b8d278f8917cf5c56ea5fa4ccf8a0
parent b2cff63407161b2d5de03d8bb086e88a346d649d
Author: Hiltjo Posthuma <[email protected]>
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"
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.