summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-19 23:44:18 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-19 23:44:18 +0200
commit989671780551b7587d57e1d7cb5eb1002ade75b4 (patch)
treeef1c02449ee980c2f0fa6182a537fc3412830a39 /TODO
parentb9cb007076542e32f7b99bb18bc6ec424f3b407b (diff)
downloadgitpython-989671780551b7587d57e1d7cb5eb1002ade75b4.tar.gz
Implemneted IterableLists for refs, commits and remote objects including simple tests
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 61da958e..55c30fb1 100644
--- a/TODO
+++ b/TODO
@@ -13,8 +13,6 @@ General
* Overhaul command caching - currently its possible to create many instances of
the std-in command types, as it appears they are not killed when the repo gets
deleted.
-* ReferenceList being a list that can also be accessed by name, such as rlist.HEAD
- or rlist.master, allowing repo.heads.master
* References should be parsed 'manually' to get around command invocation, but
be sure to be able to read packed refs.