Updates 2005-10-10
authorJunio C Hamano <junkio@cox.net>
Mon, 10 Oct 2005 09:00:39 +0000 (02:00 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 10 Oct 2005 09:00:39 +0000 (02:00 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
TODO

diff --git a/TODO b/TODO
index 9184d16..7c7f46d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -105,7 +105,7 @@ Technical (heavier)
   integrating and testing; Post 1.0]
 
 * Accept patches to fetch multiple objects by HTTP in parallel.
-  [Preferably before 1.0]
+  [DONE]
 
 * Plug-in file-level merges [Post 1.0].
 
@@ -115,6 +115,10 @@ Technical (heavier)
 Technical (milder)
 ------------------
 
+* Funny tag names and curl library.
+
+  curl 'http://locke.catalyst.net.nz/git/moodle.git/refs/tags/MOODLE_15_MERGED **INVALID**'
+
 * Review the Makefile variables and exporting rules for them,
   while looking at prefix passing by Kai Ruemmler [DONE].
 
@@ -129,7 +133,7 @@ Technical (milder)
   working tree toplevel [DONE].
 
 * More generally, review the use of temporary files again.
-  Assuming $GIT_DIR is writable is more acceptable, but the
+  Assuming writable $GIT_DIR is more acceptable, but the
   working tree toplevel may not be in a rare usage pattern.
 
 * Perhaps accept more "want"s in upload-pack and do something
@@ -156,7 +160,7 @@ Technical (milder)
   lines.
 
 * What to do with TABs and LFs in pathnames without breaking GNU
-  patch? 
+  patch?  [Discussion started.]
 
 * Maybe grok PGP signed text/plain in applymbox as well.