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:
9349806
)
example.sh: fix go to appropriate dir
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 8 Jan 2016 20:27:22 +0000
(21:27 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 8 Jan 2016 20:27:22 +0000
(21:27 +0100)
example.sh
patch
|
blob
|
history
diff --git
a/example.sh
b/example.sh
index 385283d272c9b889ce8bdf484a29e22a0bfe6db4..e167f03dd741a5765072fb1aff093a23dbe53bb3 100644
(file)
--- a/
example.sh
+++ b/
example.sh
@@
-34,10
+34,11
@@
done | sort -n -k 1 | cut -f 2- -d ' ' | xargs stagit-index | \
sed 's@<td>Last commit</td>@<td><a href="index-time.html">Last commit</a></td>@g' | \
sed 's@<td>Name</td>@<td><a href="index.html">Name</a></td>@g' > "${curdir}/index-time.html"
+cd "${reposdir}"
+
# make files per repo.
find . -maxdepth 1 -type d | grep -v "^.$" | sort | while read -r dir; do
d=$(basename "${dir}")
-
printf "%s..." "${d}"
cd "${curdir}"