Age | Commit message (Expand) | Author | Files | Lines |
2011-06-27 | git-instaweb: Check that correct config file exists for (re)start | Jakub Narebski | 1 | -0/+7 |
2011-06-27 | git-instaweb: Move all actions at the end of script | Jakub Narebski | 1 | -7/+20 |
2011-06-27 | git-instaweb: Use $conf, not $fqgitdir/gitweb/httpd.conf | Jakub Narebski | 1 | -2/+2 |
2011-06-27 | git-instaweb: Extract configuring web server into configure_httpd | Jakub Narebski | 1 | -21/+25 |
2011-02-27 | git-instaweb: Change how gitweb.psgi is made runnable as standalone app | Jakub Narebski | 1 | -2/+4 |
2010-11-17 | git instaweb: enable remote_heads | Giuseppe Bilotta | 1 | -0/+2 |
2010-08-05 | instaweb: add access+error logging for WEBrick | Eric Wong | 1 | -0/+6 |
2010-08-05 | instaweb: minimize moving parts for WEBrick | Eric Wong | 1 | -28/+17 |
2010-08-05 | instaweb: fix WEBrick server support | Eric Wong | 1 | -2/+27 |
2010-07-23 | git-instaweb: Don't assume Apache executable is named apache2 | Dan McGee | 1 | -5/+14 |
2010-07-23 | git-instaweb: Fix Apache environment variable passing | Dan McGee | 1 | -2/+5 |
2010-07-23 | git-instaweb: Fix custom apache log placement | Dan McGee | 1 | -1/+1 |
2010-06-02 | git-instaweb: Add support for running gitweb via 'plackup' | Jakub Narebski | 1 | -2/+157 |
2010-06-02 | git-instaweb: Wait for server to start before running web browser | Jakub Narebski | 1 | -2/+15 |
2010-06-02 | git-instaweb: Remove pidfile after stopping web server | Jakub Narebski | 1 | -0/+1 |
2010-05-31 | git-instaweb: Configure it to work with new gitweb structure | Pavan Kumar Sunkara | 1 | -44/+24 |
2010-05-31 | git-instaweb: Put httpd logs in a "$httpd_only" subdirectory | Pavan Kumar Sunkara | 1 | -5/+9 |
2010-04-17 | git-instaweb: pass through invoking user's path to gitweb CGI scripts | Chris Webb | 1 | -2/+2 |
2010-04-02 | instaweb: add minification awareness | Mark Rada | 1 | -2/+4 |
2010-01-26 | fix portability issues with $ in double quotes | Stephen Boyd | 1 | -1/+1 |
2009-12-01 | Merge branch 'jn/gitweb-blame' | Junio C Hamano | 1 | -0/+7 |
2009-11-25 | Merge branch 'rs/work-around-grep-opt-insanity' | Junio C Hamano | 1 | -4/+4 |
2009-11-23 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+5 |
2009-11-23 | instaweb: restart server if already running | Stephen Boyd | 1 | -0/+5 |
2009-11-23 | Protect scripted Porcelains from GREP_OPTIONS insanity | Junio C Hamano | 1 | -4/+4 |
2009-09-29 | instaweb: support mod_cgid for apache2 | Mark Rada | 1 | -1/+15 |
2009-09-01 | gitweb: Incremental blame (using JavaScript) | Jakub Narebski | 1 | -0/+7 |
2009-08-23 | Add support for the Mongoose web server. | Wilhansen Li | 1 | -5/+52 |
2009-08-09 | git-instaweb: fix mod_perl detection for apache2 | Mark A Rada | 1 | -1/+1 |
2009-07-26 | Trivial path quoting fixes in git-instaweb | Sean Estabrooks | 1 | -2/+2 |
2009-03-10 | git-instaweb: fix lighttpd configuration on cygwin | Ramsay Jones | 1 | -3/+66 |
2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
2008-06-13 | git-instaweb: improve auto-discovery of httpd and call conventions. | Flavio Poletti | 1 | -15/+33 |
2008-02-05 | instaweb: use 'git-web--browse' to launch browser. | Christian Couder | 1 | -14/+6 |
2008-01-29 | instaweb: use 'browser.<tool>.path' config option if it's set. | Christian Couder | 1 | -1/+9 |
2007-12-19 | Fix git-instaweb breakage on MacOS X due to the limited sed functionality | Charles Bailey | 1 | -6/+9 |
2007-12-09 | Use {web,instaweb,help}.browser config options. | Christian Couder | 1 | -0/+1 |
2007-11-17 | Merge branch 'ph/parseopt-sh' | Junio C Hamano | 1 | -44/+30 |
2007-11-09 | Merge branch 'maint' | Junio C Hamano | 1 | -9/+8 |
2007-11-08 | instaweb: Minor cleanups and fixes for potential problems | Jonas Fonseca | 1 | -9/+8 |
2007-11-05 | Migrate git-instaweb.sh to use git-rev-parse --parseopt | Pierre Habouzit | 1 | -44/+30 |
2007-10-16 | Merge branch 'maint' | Shawn O. Pearce | 1 | -2/+1 |
2007-10-16 | Avoid 'expr index' on Mac OS X as it isn't supported | Shawn O. Pearce | 1 | -2/+1 |
2007-10-15 | instaweb: support for Ruby's WEBrick server | Mike Dalessio | 1 | -0/+40 |
2007-10-15 | instaweb: allow for use of auto-generated scripts | Mike Dalessio | 1 | -1/+3 |
2007-09-23 | Supplant the "while case ... break ;; esac" idiom | David Kastrup | 1 | -1/+1 |
2007-08-13 | git-sh-setup.sh: make GIT_DIR absolute | David Kastrup | 1 | -7/+1 |
2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -5/+5 |
2007-01-06 | instaweb: Nicer error message when the http daemon isn't found | Fredrik Kuivinen | 1 | -0/+3 |
2007-01-02 | instaweb: load Apache mime and dir modules if they are needed | Eric Wong | 1 | -0/+10 |