Update 2005-09-10 afternoon.
authorJunio C Hamano <junkio@cox.net>
Sat, 10 Sep 2005 22:28:28 +0000 (15:28 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 10 Sep 2005 22:28:28 +0000 (15:28 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
TODO

diff --git a/TODO b/TODO
index 80e197e..0b26441 100644 (file)
--- a/TODO
+++ b/TODO
@@ -185,7 +185,7 @@ Technical (milder)
 
 * Marking copy seems to be broken when A,B => B,C rename
   happens; we incorrectly say B stays, which makes the new B
-  copy of old A, not rename.
+  copy of old A, not rename [DONE].
 
 * Make rebase restartable; instead of skipping what cannot be
   automatically forward ported, leave the conflicts in the work
@@ -200,6 +200,9 @@ Technical (milder)
 Technical (trivial)
 -------------------
 
+* Make 'git bisect' easier to use by logging the earlier
+  good/bad choices and make it replayable [DONE].
+
 * Perhaps "git branch -d" to delete a branch.  We probably need
   some way to say "delete this branch because everything in this
   should be merged in the master branch" and refuse the removal