summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-28 22:17:39 +0100
committerSebastian Thiel <byronimo@gmail.com>2009-10-28 22:17:39 +0100
commit8b5121414aaf2648b0e809e926d1016249c0222c (patch)
treee41495ec396a8259c30302e0a1aa7489f607b2d1 /TODO
parent685d6e651197d54e9a3e36f5adbadd4d21f4c7e5 (diff)
downloadgitpython-8b5121414aaf2648b0e809e926d1016249c0222c.tar.gz
Another attempt to make fetch emit progress information, but in fact its proven now that this is not happening if stderr is being redirected. A test is in place that will most likely fail in case this ever changes
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 08c77a74..3a31976c 100644
--- a/TODO
+++ b/TODO
@@ -104,6 +104,8 @@ Refs
Remote
------
+* iter_items should parse the configuration file manually - currently a command
+ is issued which is much slower than it has to be ( compared to manual parsing )
* 'push' method needs a test, a true test repository is required though, a fork
of a fork would do :)!
* Fetch should return heads that where updated, pull as well.