projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5301b2
)
example.sh: use cache file
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Mon, 2 May 2016 19:48:47 +0000
(21:48 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Mon, 2 May 2016 19:48:47 +0000
(21:48 +0200)
example.sh
patch
|
blob
|
history
diff --git
a/example.sh
b/example.sh
index f587e8ed222bf04d4f2d9c26bc045acb13c55c07..6f4ea2dd294bd7be48180c3f765099d0bab1d0cb 100644
(file)
--- a/
example.sh
+++ b/
example.sh
@@
-27,7
+27,7
@@
find . -maxdepth 1 -type d | grep -v "^.$" | sort | while read -r dir; do
mkdir -p "${curdir}/${d}"
cd "${curdir}/${d}"
- stagit "${reposdir}/${d}"
+ stagit
-c ".cache"
"${reposdir}/${d}"
# symlinks
ln -sf log.html index.html