From: Junio C Hamano Date: Sat, 8 Oct 2005 20:50:04 +0000 (-0700) Subject: Updates 2005-10-08 afternoon. X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=b4f0dbc30405d28747b52a29cfc665748844aecb Updates 2005-10-08 afternoon. Signed-off-by: Junio C Hamano --- diff --git a/TODO b/TODO index e301f610..f07aaeec 100644 --- a/TODO +++ b/TODO @@ -33,6 +33,9 @@ patch, perhaps ;-). Documentation ------------- +* Help Jon Loeliger to find place in the documentation to place + his drawing. + * Accept patches from people who actually have done CVS migration and update the cvs-migration documentation. Link the documentation from the main git.txt page. @@ -110,6 +113,22 @@ Technical (heavier) Technical (milder) ------------------ +* Review the Makefile variables and exporting rules for them, + while looking at prefix passing by Kai Ruemmler. + +* Review the 'sparce object database' change by Linus and move + the first phase of it to the "master" branch. + +* Decide on mmap(). I am inclined to just stick to mmap + replacement by Johannes Schindelin and do nothing else right + now. + +* Revisit Santi's patch to move commit temorary files out of the + working tree toplevel. More generally, review the use of + temporary files again. Assuming $GIT_DIR is writable is + more acceptable, but the working tree toplevel may not be in + a rare usage pattern. + * Encourage concrete proposals to commit log message templates we discussed some time ago. @@ -125,6 +144,9 @@ Technical (milder) to say '\No newline' if both input ends with incomplete lines. +* What to do with TABs and LFs in pathnames without breaking GNU + patch? + * Maybe grok PGP signed text/plain in applymbox as well. * Perhaps a tool to revert a single file to pre-modification