summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-11-03 20:59:24 +0100
committerSebastian Thiel <byronimo@gmail.com>2009-11-03 21:00:35 +0100
commit43ab2afba68fd0e1b5d138ed99ffc788dc685e36 (patch)
tree2a7281ec51314abe014aa79bd0f760ed7acfbbe7 /TODO
parente648efdcc1ca904709a646c1dbc797454a307444 (diff)
downloadgitpython-43ab2afba68fd0e1b5d138ed99ffc788dc685e36.tar.gz
refs: iter_items now imlemented natively for additional performance. We did not implement the crazy sorting feature found in git-for-each-ref though
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index dc87c8b6..729bb07b 100644
--- a/TODO
+++ b/TODO
@@ -89,9 +89,9 @@ Refs
* Making the reflog available as command might be useful actually. This way historical
references/commits can be returned. Git internally manages this if refs are specified
with HEAD@{0} for instance
-* References should be parsed 'manually' to get around command invocation, but
- be sure to be able to read packed refs.
-
+* Possibly follow symbolic links when manually parsing references by walking the
+ directory tree. Currently the packed-refs file wouldn't be followed either.
+
Remote
------
* When parsing fetch-info, the regex will not allow spaces in the target remote ref as
@@ -113,6 +113,7 @@ Repo
Submodules
----------
* add submodule support
+* see tree
TestSystem
----------