From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Sat, 29 Sep 2007 23:06:40 +0000 (+0000)
Subject: git repo move
X-Git-Tag: 2.9~15
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/3a06daf1b87f937eac9e10073e7561110f0e4104

git repo move
---

diff --git a/doc/download.mdwn b/doc/download.mdwn
index d8209478c..05ea68036 100644
--- a/doc/download.mdwn
+++ b/doc/download.mdwn
@@ -48,8 +48,9 @@ to the documentation wiki are currently excluded.
 ### git
 
 A git mirror of the trunk of the subversion repository is available at
-<http://ikiwiki.info/ikiwiki.git/.git>. It is updated whenever
-changes are committed to the subversion repository.
+`git://ikiwiki.info/` and also at <http://ikiwiki.info/ikiwiki.git/>.
+It is updated using `git-svnimport` whenever changes are committed to the
+subversion repository.
 
 ### arch
 
diff --git a/doc/news/git_move.mdwn b/doc/news/git_move.mdwn
new file mode 100644
index 000000000..fa61bd908
--- /dev/null
+++ b/doc/news/git_move.mdwn
@@ -0,0 +1,2 @@
+I've redone ikiwiki's git gateway. Hopefully it will work better now. The
+urls to the git repository have changed, see [[download]]. --[[Joey]]