From 679d05fc2c6b203abdc27add03cd520c1f97dff0 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 24 Sep 2005 13:41:23 -0700 Subject: [PATCH] Updates 2005-09-24 Signed-off-by: Junio C Hamano --- TODO | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index cb73bc98..970a1afe 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: + +* 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] -- 2.11.0