@leroysheep / rag-system / commits / 1310a28692

Update 2005-08-27 Signed-off-by: Junio C Hamano <junkio@cox.net>

Update 2005-08-27 Signed-off-by: Junio C Hamano <junkio@cox.net>

Junio C Hamano committed Aug 26, 2005 at 23:59 UTC 1310a28692a8e4b0abf3823095a941db0f97b14f
1 file changed +5 -3
TODO
+5 -3
index 488d384ff8..1ff1cb7c71 100644 --- 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) -------------------