diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-29 23:06:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-29 23:06:40 +0000 |
commit | 3a06daf1b87f937eac9e10073e7561110f0e4104 (patch) | |
tree | 1b0891aa125fe59ae5c5b79e5e189648a39aac40 | |
parent | 2bc2560e4503479320eb3b282dd60512d8737c88 (diff) |
git repo move
-rw-r--r-- | doc/download.mdwn | 5 | ||||
-rw-r--r-- | doc/news/git_move.mdwn | 2 |
2 files changed, 5 insertions, 2 deletions
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]] |