Updates 2005-09-24 Signed-off-by: Junio C Hamano <junkio@cox.net>
Updates 2005-09-24 Signed-off-by: Junio C Hamano <junkio@cox.net>
Junio C Hamano committed
Sep 24, 2005 at 13:41 UTC
679d05fc2c6b203abdc27add03cd520c1f97dff0
1 file changed
+24
-1
TODO
+24
-1
index cb73bc9822..970a1afe99 100644
--- a/TODO
+++ b/TODO
@@ -106,6 +106,9 @@ Technical (heavier)
* 'git split-projects'? This requires updated 'git-rev-list' to
skip irrelevant commits.
+ Message-ID: <Pine.LNX.4.63.0509221617300.23242@iabervon.org>
+
+* Look at libified GNU diff CVS seems to use.
Technical (milder)
@@ -129,7 +132,11 @@ Technical (milder)
* Accept patches for more portability.
* strcasestr() in mailinfo. We may need compat/strcasestr.c;
- this is bugging OpenBSD folks [DONE].
+ this is bugging OpenBSD folks [DONE, thanks to Linus and
+ others].
+
+ * Solaris portability [ONGOING, thanks to Patrick Mauritz,
+ Peter Eriksen and Sean from sympatico].
* Accept patches to cause "read-tree -u" delete a directory when
it makes it empty.
@@ -179,10 +186,26 @@ Technical (milder)
* Option to show only status and name from diff [READY].
+* What to name the 'master' version between 0.99.7 and 0.99.8
+ and still not break binary distribution folks? 0.99.7z?
+
Technical (trivial)
-------------------
+* show-branch naming heads is buggy.
+
+ git show-branch --more=2
+ ! [linus] Input: check switch bitmap when matching handlers
+ * [master] Input: check switch bitmap when matching handlers
+ --
+ ++ [linus] Input: check switch bitmap when matching handlers
+ ++ [linus~1] Merge branch 'upstream' from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
+ ++ [linus^2] Merge /spare/repo/linux-2.6/
+
+ The last one should be linus~2 or something; linus head does
+ not have three parents!
+
* Stop installing the old-name symlinks.
* 'git add --recursive' [DONE]