Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix extension name
[git.ikiwiki.info.git]
/
ikiwiki-makerepo
diff --git
a/ikiwiki-makerepo
b/ikiwiki-makerepo
index 6ae3e28a3a7ee8a9cdc8bd769439c7e8433406cb..d249e5e754c00a36ee29b6b6d667017c6b71bdda 100755
(executable)
--- a/
ikiwiki-makerepo
+++ b/
ikiwiki-makerepo
@@
-58,6
+58,7
@@
git)
cd "$srcdir"
git init
echo /.ikiwiki > .gitignore
+ echo /recentchanges >> .gitignore
git add .
git commit -m "initial commit"
git remote add origin "$repository"