From ed533c7ecc843190955ede5268799d276605ac8a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 24 Apr 2007 13:04:40 -0700 Subject: [PATCH] TODO updates --- TODO | 51 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index ccab43208c..a4c6bb79da 100644 --- a/TODO +++ b/TODO @@ -1,18 +1,59 @@ The GIT To-Do File ================== - The latest copy of this document is found at +The latest copy of this document is found at http://kernel.org/git/?p=git/git.git;a=blob;hb=todo;f=TODO +---------------------------------------------------------------- Recent issues ------------- +* Use blame machinery to track a single file (not path) in finer + grained way. + +From: Linus Torvalds +Message-ID: + +[jc: I have a fixed-up one parked in 'pu' and also outlined what +other things I think are needed in my response: + + Message-ID: <7vwt06wqv8.fsf@assigned-by-dhcp.cox.net> +] + +* Use git.git as the first public guinea pig of subproject + +From: Junio C Hamano +Message-ID: <7vmz13z4au.fsf@assigned-by-dhcp.cox.net> + +Use git.git as the first public guinea pig of subproject stuff, +by dropping git-gui/ directory first and then binding git-gui.git +as a subproject there. This needs to wait at least until v1.5.2 +ships and gets installed at kernel.org and repo.or.cz + +* Decide what to do with 'filter' and 'ident' attribute patches. + +From: Linus Torvalds +Message-ID: + +If we were to include it, we would need to make it clear that +this is a long piece of rope and you can strangle yourself with +it unless you are careful, and clarify what is and isn't +considered to be "careful". I have parked updates in 'pu', but +I do not know they are clear enough. + +* TODO list management + +From: Daniel Barkalow +Message-ID: + Maybe abandon this and have something similar on the main branch, starting full at the beginning of the cycle and ending empty (or full of "not in next release" entries) at the release? +* git-daemon bug? + From: Franck Bui-Huu Message-ID: <450EABD0.1040102@innova-card.com> @@ -20,13 +61,15 @@ Repeated requests against git-daemon makes it stuck under --syslog [jc: does not reproduce easily for me; has anybody seen it?] +* git-mirror (reverse of git-push --all). + From: Shawn Pearce Message-ID: <20060926215745.GC8177@spearce.org> -git-mirror (reverse of git-push --all). - [jc: may want the finished version for inclusion] +* AsciiDoc 8 would break our documentation. + From: Stefan Richter Message-ID: <4523EC14.6070806@s5r6.in-berlin.de> @@ -35,6 +78,8 @@ the box. [jc: limbo?] +* Gitweb diff on merge commits + From: Linus Torvalds Subject: Re: git show and gitweb gives different result for kernel Message-ID: -- 2.32.0.93.g670b81a890