From 8baedac94b537bf3b66f7c35f1f3b29b76f4d0c5 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 7 Jul 2007 00:30:09 -0700 Subject: [PATCH] TODO updates --- TODO | 59 ++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 13 deletions(-) diff --git a/TODO b/TODO index eb6d11db86..95dfc6fec0 100644 --- a/TODO +++ b/TODO @@ -14,6 +14,47 @@ to pick an item from the list and work on it. Recent issues ------------- +* gitweb patches (bunch of them) + +From: Matt McCutchen +Subject: [PATCH] gitweb: snapshot cleanups & support for offering multiple formats +Message-ID: <1183053733.6108.0.camel@mattlaptop2> + +Subject: [PATCH] gitweb: make search form generate pathinfo-style URLs +Message-ID: <1183057027.6108.4.camel@mattlaptop2> + +Subject: [PATCH] gitweb: make "No commits" in project list gray, not bold green +Message-ID: <1183068922.6108.8.camel@mattlaptop2> + +From: Miklos Vajna +Subject: [PATCH] gitweb: prefer git_get_project_owner() over get_file_owner() +Message-ID: <20070703221122.GI32766@genesis.frugalware.org> + +From: Michael Hendricks +Subject: [PATCH] gitweb: configurable width for the projects list Description column +Message-ID: <11835958082458-git-send-email-michael@ndrix.org> + + +* switching branches when b changes between symlink and directory in a/b/c + +From: Pierre Habouzit +Subject: [BUG (or misfeature?)] git checkout and symlinks +Message-ID: <20070704203541.GA13286@artemis.corp> + + +* cherry-pick unexpected conflicts + +From: Gerrit Pape +Subject: Re: unexpected git-cherry-pick conflict +Date: Wed, 13 Jun 2007 13:43:35 +0000 +Message-ID: <20070613134336.13661.qmail@c61f4fed932273.315fe32.mid.smarden.org> + +* git-apply -R --whitespace=warn + +From: Daniel Barkalow +Message-ID: +Subject: Minor bug in git-apply's patch-cleaning + * gitk --left-right From: Linus Torvalds @@ -39,8 +80,6 @@ Repeated requests against git-daemon makes it stuck under --syslog [jc: does not reproduce easily for me; has anybody seen it?] -* Delegate gitweb part to somebody else. - * Use gitattributes for more things. - 'precious' files that are not tracked but not @@ -51,17 +90,11 @@ Repeated requests against git-daemon makes it stuck under --syslog another branch that has a file where the current branch has a directory could lose such 'precious' files. - - Customized "diff -p" markers per path (Johannes, on #git - 2007-04-30). - - I think it makes sense to give an extra parameter to xdiff - machinery to affect how "diff -p" markers are constructed (as - opposed to teach xdiff machinery to read gitattributes -- the - code does not have path information at that level). The - simplest interface would be to pass a regexp and have the - existing code always look for that regexp backwards. A more - complex one would involve a callback function, but I do not - know if that kind of complexity is worth it. + - Customized "diff -p" markers per path. + + From: Linus Torvalds + Subject: Re: [PATCH] Per-path attribute based hunk header selection. + Message-ID: - Others??? -- 2.32.0.93.g670b81a890