Updates 2005-10-10
Signed-off-by: Junio C Hamano <junkio@cox.net>
Junio C Hamano committed
Oct 10, 2005 at 02:00 UTC
cebdf4601730abec1a5e188417dab05ca8ce62a7
1 file changed
+7
-3
TODO
+7
-3
index 9184d1620c..7c7f46df94 100644
--- 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.