[PATCH] gitweb: Describe (possible) gitweb.js minification in gitweb/README
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:47:49
Subsystem:
the rest · Maintainer:
Linus Torvalds
On Tue, 1 Dec 2009, Junio C Hamano wrote:
* jn/gitweb-blame (2009-11-24) 8 commits. (merged to 'next' on 2009-11-25 at 0a5b649) + gitweb.js: fix padLeftStr() and its usage + gitweb.js: Harden setting blamed commit info in incremental blame + gitweb.js: fix null object exception in initials calculation + gitweb: Minify gitweb.js if JSMIN is defined
This commit is somehow missing description of JSMIn in gitweb/README from the original patch. Here is its completion.
+ gitweb: Create links leading to 'blame_incremental' using JavaScript (merged to 'next' on 2009-10-11 at 73c4a83) + gitweb: Colorize 'blame_incremental' view during processing + gitweb: Incremental blame (using JavaScript) + gitweb: Add optional "time to generate page" info in footer With two more changes to disable this by default to make it suitable as "new feature with known breakages" for 1.6.6
-- >8 -- Subject: [PATCH] gitweb: Describe (possible) gitweb.js minification in gitweb/README Signed-off-by: Jakub Narebski <redacted> --- gitweb/README | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gitweb/README b/gitweb/README
index b69b0e5..e34ee79 100644
--- a/gitweb/README
+++ b/gitweb/README@@ -95,7 +95,8 @@ You can specify the following configuration variables when building GIT: * GITWEB_JS Points to the localtion where you put gitweb.js on your web server (or to be more generic URI of JavaScript code used by gitweb). - Relative to base URI of gitweb. [Default: gitweb.js] + Relative to base URI of gitweb. [Default: gitweb.js (or gitweb.min.js + if JSMIN build variable is defined / JavaScript minifier is used)] * GITWEB_CONFIG This Perl file will be loaded using 'do' and can be used to override any of the options above as well as some other options -- see the "Runtime
--
1.6.5.3