summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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
----------