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