From: Junio C Hamano Date: Sun, 16 Oct 2005 07:28:26 +0000 (-0700) Subject: 2005-10-16 midnight. X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=acd55229839c1052f6f1911d0187c208fb3a391b 2005-10-16 midnight. Signed-off-by: Junio C Hamano --- diff --git a/TODO b/TODO index 84c3e7fc..7b14dfe4 100644 --- a/TODO +++ b/TODO @@ -35,6 +35,10 @@ Documentation * Document the ref naming restrictions. +* David Ho's report suggests whatchanged documentation should + mention -m as "commonly used options". Steal Linus' + response [DONE]. + * Help Jon Loeliger to find place in the documentation to place his drawing. @@ -118,6 +122,15 @@ Technical (heavier) Technical (milder) ------------------ +* Merlyn reports trouble with http fetch. + +* Maybe look at Cogito and see if I can help Pasky to adjust to + the later core features? Zack Brown's "cg-seek leaving empty + directories" problem is a good example of this. + +* Look at svn importer Smurf has. There is a small cvsimport + update in his tree as well. + * Decide the notation of "peeling the onion" operator, and implement it in sha1_name.c. Perhaps postfix "^{}" to mean "peel and expect anything", "^{blob}" to mean "peel and barf @@ -217,6 +230,11 @@ Technical (milder) Technical (trivial) ------------------- +* Peter Hagervall's sparse fix [DONE]. + +* Alex Riesen reported that hooks are in effect in tests. + Should fix [DONE]. + * Disallow [\001-\040\177] byte values from ref names. Also we need to disallow ':' (used in refspec), '^' and '~' (postfix "peel the onion" operators), and '..' ("ref1..ref2" notation @@ -230,6 +248,14 @@ Technical (trivial) Pasky's automated tag tracking, and also Martin's findtags. [DONE] +* Adjust update-index to quoted --index-info. + +* Prepare apply.c changes for maint branch (0.99.8e). + +* Show ^{commit}, ^{tree} instead of ^{} from ls-remote. + +* Readjust maint branch for the above (0.99.8e). + * short SHA1 naming is not enforcing uniqueness. Should fix [DONE]. * 'git repack' can be DOSed. Should fix [DONE].