summary refs log tree commit diff
path: root/git-instaweb.sh
AgeCommit message (Expand)AuthorFilesLines
2021-10-21git-sh-setup: remove "sane_grep", it's not needed anymoreÆvar Arnfjörð Bjarmason1-2/+2
2021-10-21git-instaweb: unconditionally assume that gitweb is mod_perl capableÆvar Arnfjörð Bjarmason1-4/+1
2019-01-28git-instaweb: add Python builtin http.server supportArti Zirk1-1/+126
2018-08-08git-instaweb: fix apache2 config with apache >= 2.4Sebastian Kisela1-1/+1
2018-08-08git-instaweb: support Fedora/Red Hat apache module pathSebastian Kisela1-7/+11
2015-03-10git-instaweb: use @SHELL_PATH@ instead of /bin/shKyle J. McKay1-1/+1
2015-03-10git-instaweb: allow running in a working tree subdirectoryKyle J. McKay1-0/+1
2014-05-27git-instaweb: add support for Apache 2.4Jonathan McCrohan1-1/+11
2014-02-03git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier1-0/+1
2013-10-29use @@PERL@@ in built scriptsJeff King1-1/+1
2011-06-27git-instaweb: Check that correct config file exists for (re)startJakub Narebski1-0/+7
2011-06-27git-instaweb: Move all actions at the end of scriptJakub Narebski1-7/+20
2011-06-27git-instaweb: Use $conf, not $fqgitdir/gitweb/httpd.confJakub Narebski1-2/+2
2011-06-27git-instaweb: Extract configuring web server into configure_httpdJakub Narebski1-21/+25
2011-02-27git-instaweb: Change how gitweb.psgi is made runnable as standalone appJakub Narebski1-2/+4
2010-11-17git instaweb: enable remote_headsGiuseppe Bilotta1-0/+2
2010-08-05instaweb: add access+error logging for WEBrickEric Wong1-0/+6
2010-08-05instaweb: minimize moving parts for WEBrickEric Wong1-28/+17
2010-08-05instaweb: fix WEBrick server supportEric Wong1-2/+27
2010-07-23git-instaweb: Don't assume Apache executable is named apache2Dan McGee1-5/+14
2010-07-23git-instaweb: Fix Apache environment variable passingDan McGee1-2/+5
2010-07-23git-instaweb: Fix custom apache log placementDan McGee1-1/+1
2010-06-02git-instaweb: Add support for running gitweb via 'plackup'Jakub Narebski1-2/+157
2010-06-02git-instaweb: Wait for server to start before running web browserJakub Narebski1-2/+15
2010-06-02git-instaweb: Remove pidfile after stopping web serverJakub Narebski1-0/+1
2010-05-31git-instaweb: Configure it to work with new gitweb structurePavan Kumar Sunkara1-44/+24
2010-05-31git-instaweb: Put httpd logs in a "$httpd_only" subdirectoryPavan Kumar Sunkara1-5/+9
2010-04-17git-instaweb: pass through invoking user's path to gitweb CGI scriptsChris Webb1-2/+2
2010-04-02instaweb: add minification awarenessMark Rada1-2/+4
2010-01-26fix portability issues with $ in double quotesStephen Boyd1-1/+1
2009-12-01Merge branch 'jn/gitweb-blame'Junio C Hamano1-0/+7
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano1-4/+4
2009-11-23Merge branch 'maint'Junio C Hamano1-0/+5
2009-11-23instaweb: restart server if already runningStephen Boyd1-0/+5
2009-11-23Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano1-4/+4
2009-09-29instaweb: support mod_cgid for apache2Mark Rada1-1/+15
2009-09-01gitweb: Incremental blame (using JavaScript)Jakub Narebski1-0/+7
2009-08-23Add support for the Mongoose web server.Wilhansen Li1-5/+52
2009-08-09git-instaweb: fix mod_perl detection for apache2Mark A Rada1-1/+1
2009-07-26Trivial path quoting fixes in git-instawebSean Estabrooks1-2/+2
2009-03-10git-instaweb: fix lighttpd configuration on cygwinRamsay Jones1-3/+66
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-06-13git-instaweb: improve auto-discovery of httpd and call conventions.Flavio Poletti1-15/+33
2008-02-05instaweb: use 'git-web--browse' to launch browser.Christian Couder1-14/+6
2008-01-29instaweb: use 'browser.<tool>.path' config option if it's set.Christian Couder1-1/+9
2007-12-19Fix git-instaweb breakage on MacOS X due to the limited sed functionalityCharles Bailey1-6/+9
2007-12-09Use {web,instaweb,help}.browser config options.Christian Couder1-0/+1
2007-11-17Merge branch 'ph/parseopt-sh'Junio C Hamano1-44/+30
2007-11-09Merge branch 'maint'Junio C Hamano1-9/+8
2007-11-08instaweb: Minor cleanups and fixes for potential problemsJonas Fonseca1-9/+8