Re: [PATCHv2 GSOC 02/11] gitweb: Prepare for splitting gitweb

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jakub Narebski
Date: Thursday, July 15, 2010 - 11:05 am

On Thu, 15 Jul 2010, Pavan Kumar Sunkara wrote:


First, it would be better if the comment from the cover letter about
this patch (quoted below) was [also] put as the comment for this 
patch (i.e. in this area).


Second, I don't quite understand the reason for your amendment.  The
difference is between two argument

  install [OPTION]... SOURCE DEST

in my original version of this patch, and two argument

  install [OPTION]... SOURCE DIRECTORY

after your change.  In both cases we install _single_ file at once.
What problems first version may cause if $(gitweblibdir) is used
and it points elsewhere than $(gitwebdir)/lib?


Third, if you were folloring git mailing list (or at least patches for
gitweb on it), you would notice new version of my "gitweb: Prepare for
splitting gitweb" patch:

  "[PATCHv3/RFC] gitweb: Prepare for splitting gitweb"
  Message-ID: <201007080920.38724.jnareb@gmail.com>
  http://thread.gmane.org/gmane.comp.version-control.git/150463/focus=150544

which uses shell for loop, instead of make's $(foreach ...) function to
avoid _possible_ problems with generating a command line that exceeded
the maximum argument list length, as explained in comment section of

  http://thread.gmane.org/gmane.comp.version-control.git/150463/focus=150463

Note that this version uses SOURCE DIRECTORY version rather than
SOURCE DEST, like in your patch... probably unnecessary.


In "[PATCHv3/RFC] gitweb: Prepare for splitting gitweb" this spurious
change was removed from patch.


Anyway, eventual replacing of this patch by other version should be
fairly easy, so it shouldn't hold this series.

-- 
Jakub Narebski
Poland
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCHv2 00/11] Splitting gitweb, Pavan Kumar Sunkara, (Thu Jul 15, 12:29 am)
[PATCHv2 GSOC 01/11] gitweb: fix esc_url, Pavan Kumar Sunkara, (Thu Jul 15, 12:29 am)
[PATCHv2 GSOC 02/11] gitweb: Prepare for splitting gitweb, Pavan Kumar Sunkara, (Thu Jul 15, 12:29 am)
[PATCHv2 GSOC 03/11] gitweb: Create Gitweb::Git module, Pavan Kumar Sunkara, (Thu Jul 15, 12:29 am)
[PATCHv2 GSOC 04/11] gitweb: Create Gitweb::Config module, Pavan Kumar Sunkara, (Thu Jul 15, 12:29 am)
[PATCHv2 GSOC 05/11] gitweb: Create Gitweb::Request module, Pavan Kumar Sunkara, (Thu Jul 15, 12:29 am)
[PATCHv2 GSOC 06/11] gitweb: Create Gitweb::Escape module, Pavan Kumar Sunkara, (Thu Jul 15, 12:29 am)
[PATCHv2 GSOC 07/11] gitweb: Create Gitweb::RepoConfig module, Pavan Kumar Sunkara, (Thu Jul 15, 12:29 am)
[PATCHv2 GSOC 08/11] gitweb: Create Gitweb::View module, Pavan Kumar Sunkara, (Thu Jul 15, 12:29 am)
[PATCHv2 GSOC 09/11] gitweb: Create Gitweb::Util module, Pavan Kumar Sunkara, (Thu Jul 15, 12:29 am)
[PATCHv2 GSOC 10/11] gitweb: Create Gitweb::Format module, Pavan Kumar Sunkara, (Thu Jul 15, 12:29 am)
[PATCHv2 GSOC 11/11] gitweb: Create Gitweb::Parse module, Pavan Kumar Sunkara, (Thu Jul 15, 12:29 am)
Re: [PATCHv2 GSOC 01/11] gitweb: fix esc_url, Jakub Narebski, (Thu Jul 15, 6:52 am)
Re: [PATCHv2 GSOC 02/11] gitweb: Prepare for splitting gitweb, Jakub Narebski, (Thu Jul 15, 11:05 am)
Re: [PATCHv2 GSOC 01/11] gitweb: fix esc_url, Junio C Hamano, (Thu Jul 15, 11:57 am)
Re: [PATCHv2 GSOC 01/11] gitweb: fix esc_url, Jakub Narebski, (Thu Jul 15, 12:32 pm)
Re: [PATCHv2 GSOC 03/11] gitweb: Create Gitweb::Git module, Jakub Narebski, (Thu Jul 15, 1:13 pm)
Re: [PATCHv2 GSOC 09/11] gitweb: Create Gitweb::Util module, Jakub Narebski, (Sun Jul 18, 10:45 am)
Re: [PATCHv2 00/11] Splitting gitweb, Sverre Rabbelier, (Sun Aug 1, 1:44 pm)
Re: [PATCHv2 00/11] Splitting gitweb, Jakub Narebski, (Mon Aug 2, 8:03 am)