aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-24 17:52:38 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-24 17:52:38 -0400
commit3044ce0d4a248bac9a3871a9442f4d3e6aa1e5bf (patch)
treeae86799fb2323c0debd54b47d3f2fe08b4dfd813 /doc
parentde74b20d6e0043d2cb1f7091f139b64c09e551fb (diff)
downloadikiwiki-3044ce0d4a248bac9a3871a9442f4d3e6aa1e5bf.tar
ikiwiki-3044ce0d4a248bac9a3871a9442f4d3e6aa1e5bf.tar.gz
other DVCS may be able to support anon push
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/rcs_updates_needed.mdwn (renamed from doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn)5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn b/doc/todo/rcs_updates_needed.mdwn
index 2af659c3b..472a5800f 100644
--- a/doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn
+++ b/doc/todo/rcs_updates_needed.mdwn
@@ -3,3 +3,8 @@ renaming and removing files using the web interface. The mercurial and
tla [[rcs]] backends need implementions of these functions.
(The maintainers of these backends have been mailed. --[[Joey]])
+
+Also, currently git is the only VCS to have support for
+[[untrusted_push|tips/untrusted_git_push]]. It _may_ be possible to
+implement it for other DVCS, if they offer a hook that can be used to check
+incoming pushes early.