2005-12-05 midnight
Signed-off-by: Junio C Hamano <junkio@cox.net>
Junio C Hamano committed
Dec 5, 2005 at 01:10 UTC
50f20376d7013b447248b26d9ad3ce19bc38611d
1 file changed
+10
-3
TODO
+10
-3
index 6202089398..d97fc7a790 100644
--- a/TODO
+++ b/TODO
@@ -6,8 +6,8 @@ The GIT To-Do File
http://kernel.org/git/?p=git/git.git;a=blob;hb=todo;f=TODO
-What to expect until 1.0
-========================
+What to expect until and after 1.0
+==================================
This is written in a form of to-do list for me, so if I say
"accept patch", it means I do not currently plan to do that
@@ -70,6 +70,7 @@ Technical (heavier)
releases.
This needs a matching smart on the dumb protocol downloader.
+ [Definitely post 1.0].
* Maybe an Emacs VC backend.
@@ -90,7 +91,13 @@ Technical (heavier)
Technical (milder)
------------------
-* strip leading directory from ls-tree output.
+* strip leading directory from ls-tree output, to match ls-files
+ output.
+
+ I am of two minds about this one. diff output must always be
+ -p1 format no matter where the command was started, and
+ ls-tree might be easier to use if it matched diff, not
+ ls-files.
* diff stopping at the first output; qgit wants to know if this
tree has any A or D from the other tree and nothing else.