Update 2005-09-25 midnight. Signed-off-by: Junio C Hamano <junkio@cox.net>
Update 2005-09-25 midnight. Signed-off-by: Junio C Hamano <junkio@cox.net>
Junio C Hamano committed
Sep 25, 2005 at 00:57 UTC
5209db5bae24f0ab5d104f93ba979bbbe4dd966e
1 file changed
+4
-14
TODO
+4
-14
index 970a1afe99..f650d2834c 100644
--- a/TODO
+++ b/TODO
@@ -118,7 +118,7 @@ Technical (milder)
choose the best one", since what is best is not ill defined to
begin with. This would make it a lot straightforward to
loosen the tree cleanliness requirements to the acceptable
- level.
+ level [DONE].
* The recent commit walker safety patch may be too cautious and
appears to take forever when cloning. This may even be
@@ -188,25 +188,15 @@ Technical (milder)
* What to name the 'master' version between 0.99.7 and 0.99.8
and still not break binary distribution folks? 0.99.7z?
+ Pasky gave me a good one: 0.99.7.GIT [DONE]
Technical (trivial)
-------------------
-* show-branch naming heads is buggy.
+* show-branch naming heads is buggy [FIXED].
- 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.
+* Stop installing the old-name symlinks [DONE].
* 'git add --recursive' [DONE]