projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
767c58d
)
remove /recentchanges from .gitignore
author
Joey Hess
<joey@kitenet.net>
Thu, 22 Dec 2011 16:10:57 +0000
(12:10 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sat, 24 Dec 2011 23:43:16 +0000
(19:43 -0400)
recentchanges cruft is now stored under .ikiwiki
ikiwiki-makerepo
patch
|
blob
|
history
diff --git
a/ikiwiki-makerepo
b/ikiwiki-makerepo
index 6951ca0de98f79d9d782ceaf0a772d0900ac6132..c3a13c214330e32fe9473f6891608b6b53872f85 100755
(executable)
--- a/
ikiwiki-makerepo
+++ b/
ikiwiki-makerepo
@@
-86,7
+86,6
@@
git)
cd "$srcdir"
git init
echo /.ikiwiki > .gitignore
- echo /recentchanges >> .gitignore
git add .
git commit -m "initial commit"
git remote add origin "$repository"