From: Junio C Hamano Date: Tue, 11 Oct 2005 23:33:08 +0000 (-0700) Subject: Updates 2005-10-11 afternoon. X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=f73e9705a0025835ed61a209b06d2411898659c4 Updates 2005-10-11 afternoon. Signed-off-by: Junio C Hamano --- diff --git a/TODO b/TODO index 7c7f46df..d5d8c486 100644 --- a/TODO +++ b/TODO @@ -109,7 +109,7 @@ Technical (heavier) * Plug-in file-level merges [Post 1.0]. -* Per-repository configuration mechanism. +* Per-repository configuration mechanism [DONE by Linus]. Technical (milder) @@ -119,10 +119,13 @@ Technical (milder) curl 'http://locke.catalyst.net.nz/git/moodle.git/refs/tags/MOODLE_15_MERGED **INVALID**' + Quote the URL so that libcurl's metecharacter mechanism would + not kick in [DONE]. + * Review the Makefile variables and exporting rules for them, while looking at prefix passing by Kai Ruemmler [DONE]. -* Review the 'sparce object database' change by Linus and move +* Review the 'sparse object database' change by Linus and move the first phase of it to the "master" branch [DONE]. * Decide on mmap(). I am inclined to just stick to mmap @@ -148,7 +151,7 @@ Technical (milder) we discussed some time ago. * Accept patches to cause "read-tree -u" delete a directory when - it makes it empty. + it makes it empty [DONE]. * Perhaps accept patches to do undo/redo. @@ -160,7 +163,7 @@ Technical (milder) lines. * What to do with TABs and LFs in pathnames without breaking GNU - patch? [Discussion started.] + patch? [Have patch in proposed updates.] * Maybe grok PGP signed text/plain in applymbox as well. @@ -196,7 +199,7 @@ Technical (milder) * Updated git-changes-script Jeff Garzik needs [Inquiry for external spec sent out with a quick hack. Will know if that - is what he needs soon enough]. + is what he needs hopefully soon]. * An mechanism to ignore filesystem mode bits altogether.