From: Junio C Hamano Date: Tue, 30 Aug 2005 00:01:41 +0000 (-0700) Subject: Update 2005-08-29 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=1323bb1f8e7e27ac6126c7c6754a72e5e4c87b69;p=git.git Update 2005-08-29 Signed-off-by: Junio C Hamano --- diff --git a/TODO b/TODO index 29d82490..e37f729c 100644 --- a/TODO +++ b/TODO @@ -27,6 +27,9 @@ Documentation need to be expanded. I personally do not think we need tool support for this. +* Review the existing docs and see if the repository + organization needs to be clarified further [NEXT]. + * Update tutorial to cover shared repository style a bit more, maybe with a toy project that involves two or three repositories. @@ -92,7 +95,7 @@ Technical (milder) http://www.cs.berkeley.edu/~ejr/gits/git.git#portable - [Looked at it. Still undecided.] + [Applied. Burned by one of them and backed out.] * Accept patches to cause "read-tree -u" delete a directory when it makes it empty. @@ -126,7 +129,7 @@ Technical (milder) git.git repository. * Accept and apply "git repack --all" patch, except the part - that removes the existing packs. [Undecided] + that removes the existing packs. [DONE] * Internally split the project into non-doc and doc parts; add an extra root for the doc part and merge from it; move the @@ -134,7 +137,7 @@ Technical (milder) repository; experiment if this results in a reasonable workflow, and document it in howto form if it does. -* Add names to all nodes in show-branch. +* Add names to all nodes in show-branch [DONE]. * Option to limit rename detection for more than N paths.