]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/git.mdwn
anonymous git pushes are now enabled for this wiki
[git.ikiwiki.info.git] / doc / git.mdwn
index fc702b32560eeeec5891005f80bfe78cb540c24e..cdaf3d4e2d75d8304da13cb278e7ce70c6d6b9d7 100644 (file)
@@ -1,6 +1,13 @@
 Ikiwiki is developed in a git repository and can be checked out 
 like this:
 
 Ikiwiki is developed in a git repository and can be checked out 
 like this:
 
+[[!template id=note text="""
+You can push changes back to ikiwiki's git repository over the `git://`
+transport, to update the wiki, if you'd like, instead of editing it on the
+web. Changes that could not be made via the web will be automatically
+rejected.
+"""]]
+
        git clone git://git.ikiwiki.info/
 
 Or like this if your firewall only passes http traffic (slow):
        git clone git://git.ikiwiki.info/
 
 Or like this if your firewall only passes http traffic (slow):
@@ -29,8 +36,10 @@ Some of the branches included in the main repository include:
   instead of xhtml.
 * `wikiwyg` adds [[todo/wikiwyg]] support. It is unmerged pending some
   changes.
   instead of xhtml.
 * `wikiwyg` adds [[todo/wikiwyg]] support. It is unmerged pending some
   changes.
+* `darcs` is being used to add darcs support.
 * `pristine-tar` contains deltas that
   [pristine-tar](http://kitenet.net/~joey/code/pristine-tar)
   can use to recreate released tarballs of ikiwiki
 * `debian-stable` is used for updates to the old version included in
 * `pristine-tar` contains deltas that
   [pristine-tar](http://kitenet.net/~joey/code/pristine-tar)
   can use to recreate released tarballs of ikiwiki
 * `debian-stable` is used for updates to the old version included in
-  Debian's stable release.
+  Debian's stable release, and `debian-testing` is used for updates to
+  Debian's testing release.