]> sipb.mit.edu Git - ikiwiki.git/commitdiff
other DVCS may be able to support anon push
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 24 Oct 2008 21:52:38 +0000 (17:52 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 24 Oct 2008 21:52:38 +0000 (17:52 -0400)
doc/todo/rcs_updates_needed.mdwn [moved from doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn with 54% similarity]

similarity index 54%
rename from doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn
rename to doc/todo/rcs_updates_needed.mdwn
index 2af659c3b3c8eb24589bbc947bcee6932f7f0770..472a5800fd03770abafe624e0910146489de462b 100644 (file)
@@ -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]])
 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.