summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-11-03 14:04:32 +0100
committerSebastian Thiel <byronimo@gmail.com>2009-11-03 14:04:32 +0100
commite70f3218e910d2b3dcb8a5ab40c65b6bd7a8e9a8 (patch)
treefae4ea605cdc996ded52c72dd8131a62c9a598d5 /TODO
parentb2ccae0d7fca3a99fc6a3f85f554d162a3fdc916 (diff)
downloadgitpython-e70f3218e910d2b3dcb8a5ab40c65b6bd7a8e9a8.tar.gz
Intermediate commit with a few added and improved tests as well as many fixes
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3a31976c..49d6728c 100644
--- a/TODO
+++ b/TODO
@@ -131,6 +131,16 @@ Submodules
----------
* add submodule support
+TestSystem
+----------
+* Figure out a good way to indicate the required presense of a git-daemon to host
+ a specific path. Ideally, the system would detect the missing daemon and inform
+ the user about the required command-line to start the daemon where we need it.
+ Reason for us being unable to start a daemon is that it will always fork - we can
+ only kill itself, but not its children. Even if we would a pgrep like match, we still
+ would not know whether it truly is our daemons - in that case user permissions should
+ stop us though.
+
Tree
----
* Should return submodules during iteration ( identifies as commit )