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