summaryrefslogtreecommitdiffstats
path: root/git-instaweb.sh
AgeCommit message (Expand)AuthorLines
2025-01-10instaweb: fix ip binding for the python http.serverAlecs King-2/+2
2024-12-07Makefile: consistently use PERL_PATHPatrick Steinhardt-2/+2
2024-12-07Makefile: consistently use @PLACEHOLDER@ to substitutePatrick Steinhardt-4/+4
2024-09-19git-instaweb: fix a typoAndrew Kreimer-1/+1
2023-11-26doc: switch links to httpsJosh Soref-2/+2
2022-06-28git-sh-setup.sh: remove "say" function, change last usersÆvar Arnfjörð Bjarmason-1/+1
2021-10-21git-sh-setup: remove "sane_grep", it's not needed anymoreÆvar Arnfjörð Bjarmason-2/+2
2021-10-21git-instaweb: unconditionally assume that gitweb is mod_perl capableÆvar Arnfjörð Bjarmason-4/+1
2019-01-28git-instaweb: add Python builtin http.server supportArti Zirk-1/+126
2018-08-08git-instaweb: fix apache2 config with apache >= 2.4Sebastian Kisela-1/+1
2018-08-08git-instaweb: support Fedora/Red Hat apache module pathSebastian Kisela-7/+11
2015-03-10git-instaweb: use @SHELL_PATH@ instead of /bin/shKyle J. McKay-1/+1
2015-03-10git-instaweb: allow running in a working tree subdirectoryKyle J. McKay-0/+1
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