Update 2005-09-12 evening.
authorJunio C Hamano <junkio@cox.net>
Tue, 13 Sep 2005 02:03:16 +0000 (19:03 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 13 Sep 2005 02:03:16 +0000 (19:03 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
TODO

diff --git a/TODO b/TODO
index 3a31494..48832af 100644 (file)
--- a/TODO
+++ b/TODO
@@ -114,9 +114,14 @@ Technical (heavier)
 Technical (milder)
 ------------------
 
-* Tool renames.  Give fixup patch for at least Cogito and StGIT.
-  [As of 2005-09-09 evening US/Pacific, the "master" branch has
-  what should go in 0.99.7 including gitenv() removal].
+* Define semantics for relative pathnames in
+  objects/info/alternates.  Either relative to 'objects', or
+  relative to the parent directory of .git/ (the latter is
+  consistent with GIT_ALTERNATE_OBJECT_DIRECTORIES).  Perhaps
+  would end up doing the former.
+
+* Tool renames.  Give fixup patch for at least Cogito and StGIT
+  [DONE].
 
 * Have Daniel's read-tree graduate from "pu" after plugging
   leaks [DONE].
@@ -200,6 +205,8 @@ Technical (milder)
 Technical (trivial)
 -------------------
 
+* Deal with CDPATH.
+
 * Teach 'git format-patch' about 'git cherry' [DONE].
 
 * Make 'git bisect' easier to use by logging the earlier