summaryrefslogtreecommitdiff
path: root/git-instaweb.sh
AgeCommit message (Expand)Author
2014-02-03git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier
2013-10-29use @@PERL@@ in built scriptsJeff King
2011-06-27git-instaweb: Check that correct config file exists for (re)startJakub Narebski
2011-06-27git-instaweb: Move all actions at the end of scriptJakub Narebski
2011-06-27git-instaweb: Use $conf, not $fqgitdir/gitweb/httpd.confJakub Narebski
2011-06-27git-instaweb: Extract configuring web server into configure_httpdJakub Narebski
2011-02-28git-instaweb: Change how gitweb.psgi is made runnable as standalone appJakub Narebski
2010-11-17git instaweb: enable remote_headsGiuseppe Bilotta
2010-08-05instaweb: add access+error logging for WEBrickEric Wong
2010-08-05instaweb: minimize moving parts for WEBrickEric Wong
2010-08-05instaweb: fix WEBrick server supportEric Wong
2010-07-23git-instaweb: Don't assume Apache executable is named apache2Dan McGee
2010-07-23git-instaweb: Fix Apache environment variable passingDan McGee
2010-07-23git-instaweb: Fix custom apache log placementDan McGee
2010-06-02git-instaweb: Add support for running gitweb via 'plackup'Jakub Narebski
2010-06-02git-instaweb: Wait for server to start before running web browserJakub Narebski
2010-06-02git-instaweb: Remove pidfile after stopping web serverJakub Narebski
2010-06-01git-instaweb: Configure it to work with new gitweb structurePavan Kumar Sunkara
2010-06-01git-instaweb: Put httpd logs in a "$httpd_only" subdirectoryPavan Kumar Sunkara
2010-04-17git-instaweb: pass through invoking user's path to gitweb CGI scriptsChris Webb
2010-04-03instaweb: add minification awarenessMark Rada
2010-01-26fix portability issues with $ in double quotesStephen Boyd
2009-12-01Merge branch 'jn/gitweb-blame'Junio C Hamano
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano
2009-11-24Merge branch 'maint'Junio C Hamano
2009-11-24instaweb: restart server if already runningStephen Boyd
2009-11-24Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano
2009-09-29instaweb: support mod_cgid for apache2Mark Rada
2009-09-01gitweb: Incremental blame (using JavaScript)Jakub Narebski
2009-08-23Add support for the Mongoose web server.Wilhansen Li
2009-08-10git-instaweb: fix mod_perl detection for apache2Mark A Rada
2009-07-26Trivial path quoting fixes in git-instawebSean Estabrooks
2009-03-11git-instaweb: fix lighttpd configuration on cygwinRamsay Jones
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-14git-instaweb: improve auto-discovery of httpd and call conventions.Flavio Poletti
2008-02-05instaweb: use 'git-web--browse' to launch browser.Christian Couder
2008-01-29instaweb: use 'browser.<tool>.path' config option if it's set.Christian Couder
2007-12-19Fix git-instaweb breakage on MacOS X due to the limited sed functionalityCharles Bailey
2007-12-09Use {web,instaweb,help}.browser config options.Christian Couder
2007-11-18Merge branch 'ph/parseopt-sh'Junio C Hamano
2007-11-09Merge branch 'maint'Junio C Hamano
2007-11-09instaweb: Minor cleanups and fixes for potential problemsJonas Fonseca
2007-11-06Migrate git-instaweb.sh to use git-rev-parse --parseoptPierre Habouzit
2007-10-17Merge branch 'maint'Shawn O. Pearce
2007-10-17Avoid 'expr index' on Mac OS X as it isn't supportedShawn O. Pearce
2007-10-16instaweb: support for Ruby's WEBrick serverMike Dalessio
2007-10-16instaweb: allow for use of auto-generated scriptsMike Dalessio
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup
2007-08-14git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince