From 43ab2afba68fd0e1b5d138ed99ffc788dc685e36 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 3 Nov 2009 20:59:24 +0100 Subject: refs: iter_items now imlemented natively for additional performance. We did not implement the crazy sorting feature found in git-for-each-ref though --- TODO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'TODO') 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 ---------- -- cgit v1.2.3