Update 2005-08-27
authorJunio C Hamano <junkio@cox.net>
Sat, 27 Aug 2005 06:59:55 +0000 (23:59 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 27 Aug 2005 06:59:55 +0000 (23:59 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
TODO

diff --git a/TODO b/TODO
index 488d384..1ff1cb7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,8 +18,8 @@ Documentation
 
 * Update the SubmittingPatches document to add MUA specific
   hints on how to disable unwanted MIME and flowed-text by
-  collecting past list postings.  Accept patches from people who
-  was hit by shiny blue bat to update the same. [NEEDSWORK]
+  collecting past list postings [DONE].  Accept patches from
+  people who was hit by shiny blue bat to update the same.
 
 * Talk about using rsync just once at the beginning when
   initializing a remote repository so that local packs do not
@@ -69,7 +69,7 @@ Technical (milder)
   We still have the same issue with "git fetch".  Fetching into
   the branch one is on _may_ need to do the same thing as
   fetching into anonymous head and then do the resolve.  At
-  least it needs a warning. [NEEDSWORK]
+  least it needs a warning. [DONE]
 
 * "git commit -m" should work for initial commits and perhaps
   merge commits as well.  Warning about merge is still a good
@@ -126,6 +126,8 @@ Technical (milder)
 
 * Add names to all nodes in show-branch.
 
+* Option to limit rename detection for more than N paths.
+
 
 Technical (trivial)
 -------------------