All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: Mark Rada <marada@uwaterloo.ca>
Cc: git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>
Subject: Re: [PATCHv5 5/6] gitweb: add documentation to INSTALL regarding gitweb.js
Date: Thu, 1 Apr 2010 13:46:53 +0200	[thread overview]
Message-ID: <201004011346.54530.jnareb@gmail.com> (raw)
In-Reply-To: <4BB430FD.3050306@mailservices.uwaterloo.ca>

On Thu, 1 Apr 2010, Mark Rada wrote:

> This patch updates gitweb/INSTALL to mention gitweb.js, including
> JavaScript minification support.
> 
> Signed-off-by: Mark Rada <marada@uwaterloo.ca>

Thanks for this writeup.

For what it is worth:
Acked-by: Jakub Narebski <jnareb@gmail.com>
 
> ---
> 
> Changes since v4:
> 	- Compacted the point about minification into CSS
> 	  point about minification

Nice to have differences from previous version described in 
comments...

> 
>  gitweb/INSTALL |   23 +++++++++++++----------
>  1 files changed, 13 insertions(+), 10 deletions(-)

This change migh have been a bit smaller without accompanying
rewrapping of affected paragraphs, but on the other hand it would
leave gitweb/INSTALL less readable.
 

> @@ -79,13 +81,14 @@ Build example
>    we want to display are under /home/local/scm, you can do
>  
>  	make GITWEB_PROJECTROOT="/home/local/scm" \
> +             GITWEB_JS="/gitweb/gitweb.js" \

Minor nit: other lines use TAB + 5 x SPACE, so it should read:

  +	     GITWEB_JS="/gitweb/gitweb.js" \

   -----^^^^^

>  	     GITWEB_CSS="/gitweb/gitweb.css" \
>  	     GITWEB_LOGO="/gitweb/git-logo.png" \
>  	     GITWEB_FAVICON="/gitweb/git-favicon.png" \
>  	     bindir=/usr/local/bin \
>  	     gitweb/gitweb.cgi

-- 
Jakub Narebski
Poland

      reply	other threads:[~2010-04-01 11:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-01  5:37 [PATCHv5 5/6] gitweb: add documentation to INSTALL regarding gitweb.js Mark Rada
2010-04-01 11:46 ` Jakub Narebski [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=201004011346.54530.jnareb@gmail.com \
    --to=jnareb@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=marada@uwaterloo.ca \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.