summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-28 12:00:58 +0100
committerSebastian Thiel <byronimo@gmail.com>2009-10-28 12:00:58 +0100
commit146a6fe18da94e12aa46ec74582db640e3bbb3a9 (patch)
tree8c26d4903de1002acb40ec5cead52e30363a95b5 /TODO
parent87afd252bd11026b6ba3db8525f949cfb62c90fc (diff)
downloadgitpython-146a6fe18da94e12aa46ec74582db640e3bbb3a9.tar.gz
IterableList: added support for prefix allowing remote.refs.master constructs, previously it was remote.refs['%s/master'%remote]
Added first simple test for push support, which shows that much more work is needed on that side to allow just-in-time progress information
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 869d9003..038086e5 100644
--- a/TODO
+++ b/TODO
@@ -117,6 +117,11 @@ Repo
currently regex are used a lot although we can deduct what will be next.
- Read data from a stream directly from git command
* Figure out how to implement a proper merge API
+* There should be a way to create refs and delete them, instead of having to use
+ the awkward Head.create( repo, ... ) way
+* repo.checkout should be added that does everything HEAD.reset does, but in addition
+ it allows to checkout heads beforehand, hence its more like a repo.head.reference = other_head.
+
Submodules
----------