From: Junio C Hamano <gitster@pobox.com>
To: Jakub Narebski <jnareb@gmail.com>, Eric Wong <normalperson@yhbt.net>
Cc: Mark Rada <marada@uwaterloo.ca>, git@vger.kernel.org
Subject: Re: [PATCHv5 1/6] Gitweb: add ignore and clean rules for minified files
Date: Thu, 01 Apr 2010 14:26:20 -0700 [thread overview]
Message-ID: <7vaatmooeb.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: 201004011024.50615.jnareb@gmail.com
Jakub Narebski <jnareb@gmail.com> writes:
>> ifndef NO_PERL
>> - $(RM) gitweb/gitweb.cgi
>> + $(RM) gitweb/gitweb.{cgi,min.*}
>> $(MAKE) -C perl clean
>> endif
>
> Minor nit: this would be first line that uses {a,b} shell glob
> construct. Why not write it as:
>
> - $(RM) gitweb/gitweb.cgi
> + $(RM) gitweb/gitweb.cgi gitweb/gitweb.min.*
Very good point and it is not a "minor nit"; I cannot apply the patch
without your fix.
My understanding is that you Ack 1 (with this fix), 2 (with another
paragraph in the log message), and 5. Eric Acked 4 and 6 needs to be
reworked. I wonder if anybody has comments on 3; I didn't look very
closely at it, but it looked sane to me.
With that understanding, I'll queue the whole thing to 'pu', so that they
can be reworked and replaced before hitting 'next'.
Thanks, all.
prev parent reply other threads:[~2010-04-01 21:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-01 5:35 [PATCHv5 1/6] Gitweb: add ignore and clean rules for minified files Mark Rada
2010-04-01 8:24 ` Jakub Narebski
2010-04-01 21:26 ` Junio C Hamano [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7vaatmooeb.fsf@alter.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=jnareb@gmail.com \
--cc=marada@uwaterloo.ca \
--cc=normalperson@yhbt.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).