diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2009-10-28 12:00:58 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2009-10-28 12:00:58 +0100 |
| commit | 146a6fe18da94e12aa46ec74582db640e3bbb3a9 (patch) | |
| tree | 8c26d4903de1002acb40ec5cead52e30363a95b5 /TODO | |
| parent | 87afd252bd11026b6ba3db8525f949cfb62c90fc (diff) | |
| download | gitpython-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-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ---------- |
