Updates 2005-10-08 afternoon.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Junio C Hamano committed
Oct 8, 2005 at 13:50 UTC
b4f0dbc30405d28747b52a29cfc665748844aecb
1 file changed
+22
TODO
+22
index e301f6102b..f07aaeecc2 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