Updates 2005-10-08 afternoon.
authorJunio C Hamano <junkio@cox.net>
Sat, 8 Oct 2005 20:54:37 +0000 (13:54 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 8 Oct 2005 20:54:37 +0000 (13:54 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
TODO

diff --git a/TODO b/TODO
index f07aaee..73a4cf3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -129,6 +129,14 @@ Technical (milder)
   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
+  intelligent about it.
+
+* Perhaps detect cloning request in upload-pack and cache the
+  result for next cloning request until any of our refs change.
+
+* Perhaps send less "want"s from fetch-pack.
+
 * Encourage concrete proposals to commit log message templates
   we discussed some time ago.
 
@@ -170,7 +178,6 @@ Technical (milder)
   directory myself anymore, just like I simply slurp the latest
   gitk from Paul and not worry about it ;-).
 
-
 * Make rebase restartable; instead of skipping what cannot be
   automatically forward ported, leave the conflicts in the work
   tree, have the user resolve it, and then restart from where it