diff options
Diffstat (limited to 'doc')
-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]] |