summaryrefslogtreecommitdiff
path: root/git-instaweb.sh
Commit message (Expand)AuthorAgeFilesLines
* git-sh-setup.sh: remove "say" function, change last usersÆvar Arnfjörð Bjarmason2022-06-281-1/+1
* git-sh-setup: remove "sane_grep", it's not needed anymoreÆvar Arnfjörð Bjarmason2021-10-211-2/+2
* git-instaweb: unconditionally assume that gitweb is mod_perl capableÆvar Arnfjörð Bjarmason2021-10-211-4/+1
* git-instaweb: add Python builtin http.server supportArti Zirk2019-01-281-1/+126
* git-instaweb: fix apache2 config with apache >= 2.4Sebastian Kisela2018-08-081-1/+1
* git-instaweb: support Fedora/Red Hat apache module pathSebastian Kisela2018-08-081-7/+11
* git-instaweb: use @SHELL_PATH@ instead of /bin/shKyle J. McKay2015-03-101-1/+1
* git-instaweb: allow running in a working tree subdirectoryKyle J. McKay2015-03-101-0/+1
* git-instaweb: add support for Apache 2.4jm/instaweb-apache-24Jonathan McCrohan2014-05-271-1/+11
* git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier2014-02-031-0/+1
* use @@PERL@@ in built scriptsjk/replace-perl-in-built-scriptsJeff King2013-10-291-1/+1
* git-instaweb: Check that correct config file exists for (re)startJakub Narebski2011-06-271-0/+7
* git-instaweb: Move all actions at the end of scriptJakub Narebski2011-06-271-7/+20
* git-instaweb: Use $conf, not $fqgitdir/gitweb/httpd.confJakub Narebski2011-06-271-2/+2
* git-instaweb: Extract configuring web server into configure_httpdJakub Narebski2011-06-271-21/+25
* git-instaweb: Change how gitweb.psgi is made runnable as standalone appJakub Narebski2011-02-271-2/+4
* git instaweb: enable remote_headsGiuseppe Bilotta2010-11-171-0/+2
* instaweb: add access+error logging for WEBrickEric Wong2010-08-051-0/+6
* instaweb: minimize moving parts for WEBrickEric Wong2010-08-051-28/+17
* instaweb: fix WEBrick server supportEric Wong2010-08-051-2/+27
* git-instaweb: Don't assume Apache executable is named apache2Dan McGee2010-07-231-5/+14
* git-instaweb: Fix Apache environment variable passingDan McGee2010-07-231-2/+5
* git-instaweb: Fix custom apache log placementDan McGee2010-07-231-1/+1
* git-instaweb: Add support for running gitweb via 'plackup'Jakub Narebski2010-06-021-2/+157
* git-instaweb: Wait for server to start before running web browserJakub Narebski2010-06-021-2/+15
* git-instaweb: Remove pidfile after stopping web serverJakub Narebski2010-06-021-0/+1
* git-instaweb: Configure it to work with new gitweb structurePavan Kumar Sunkara2010-05-311-44/+24
* git-instaweb: Put httpd logs in a "$httpd_only" subdirectoryPavan Kumar Sunkara2010-05-311-5/+9
* git-instaweb: pass through invoking user's path to gitweb CGI scriptsChris Webb2010-04-171-2/+2
* instaweb: add minification awarenessMark Rada2010-04-021-2/+4
* fix portability issues with $ in double quotesStephen Boyd2010-01-261-1/+1
* Merge branch 'jn/gitweb-blame'Junio C Hamano2009-12-011-0/+7
|\
| * gitweb: Incremental blame (using JavaScript)Jakub Narebski2009-09-011-0/+7
* | Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano2009-11-251-4/+4
|\ \
| * | Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano2009-11-231-4/+4
* | | Merge branch 'maint'Junio C Hamano2009-11-231-0/+5
|\ \ \
| * | | instaweb: restart server if already runningStephen Boyd2009-11-231-0/+5
| |/ /
* | | instaweb: support mod_cgid for apache2Mark Rada2009-09-291-1/+15
|/ /
* | Add support for the Mongoose web server.Wilhansen Li2009-08-231-5/+52
* | git-instaweb: fix mod_perl detection for apache2Mark A Rada2009-08-091-1/+1
* | Trivial path quoting fixes in git-instawebSean Estabrooks2009-07-261-2/+2
|/
* git-instaweb: fix lighttpd configuration on cygwinRamsay Jones2009-03-101-3/+66
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* git-instaweb: improve auto-discovery of httpd and call conventions.Flavio Poletti2008-06-131-15/+33
* instaweb: use 'git-web--browse' to launch browser.Christian Couder2008-02-051-14/+6
* instaweb: use 'browser.<tool>.path' config option if it's set.Christian Couder2008-01-291-1/+9
* Fix git-instaweb breakage on MacOS X due to the limited sed functionalityCharles Bailey2007-12-191-6/+9
* Use {web,instaweb,help}.browser config options.Christian Couder2007-12-091-0/+1
* Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-171-44/+30
|\
| * Migrate git-instaweb.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-44/+30