| Commit message (Expand) | Author | Age | Files | Lines |
* | git-instaweb: Add support for running gitweb via 'plackup' | Jakub Narebski | 2010-06-02 | 1 | -2/+157 |
* | git-instaweb: Wait for server to start before running web browser | Jakub Narebski | 2010-06-02 | 1 | -2/+15 |
* | git-instaweb: Remove pidfile after stopping web server | Jakub Narebski | 2010-06-02 | 1 | -0/+1 |
* | git-instaweb: Configure it to work with new gitweb structure | Pavan Kumar Sunkara | 2010-05-31 | 1 | -44/+24 |
* | git-instaweb: Put httpd logs in a "$httpd_only" subdirectory | Pavan Kumar Sunkara | 2010-05-31 | 1 | -5/+9 |
* | git-instaweb: pass through invoking user's path to gitweb CGI scripts | Chris Webb | 2010-04-17 | 1 | -2/+2 |
* | instaweb: add minification awareness | Mark Rada | 2010-04-02 | 1 | -2/+4 |
* | fix portability issues with $ in double quotes | Stephen Boyd | 2010-01-26 | 1 | -1/+1 |
* | Merge branch 'jn/gitweb-blame' | Junio C Hamano | 2009-12-01 | 1 | -0/+7 |
|\ |
|
| * | gitweb: Incremental blame (using JavaScript) | Jakub Narebski | 2009-09-01 | 1 | -0/+7 |
* | | Merge branch 'rs/work-around-grep-opt-insanity' | Junio C Hamano | 2009-11-25 | 1 | -4/+4 |
|\ \ |
|
| * | | Protect scripted Porcelains from GREP_OPTIONS insanity | Junio C Hamano | 2009-11-23 | 1 | -4/+4 |
* | | | Merge branch 'maint' | Junio C Hamano | 2009-11-23 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | instaweb: restart server if already running | Stephen Boyd | 2009-11-23 | 1 | -0/+5 |
| |/ / |
|
* | | | instaweb: support mod_cgid for apache2 | Mark Rada | 2009-09-29 | 1 | -1/+15 |
|/ / |
|
* | | Add support for the Mongoose web server. | Wilhansen Li | 2009-08-23 | 1 | -5/+52 |
* | | git-instaweb: fix mod_perl detection for apache2 | Mark A Rada | 2009-08-09 | 1 | -1/+1 |
* | | Trivial path quoting fixes in git-instaweb | Sean Estabrooks | 2009-07-26 | 1 | -2/+2 |
|/ |
|
* | git-instaweb: fix lighttpd configuration on cygwin | Ramsay Jones | 2009-03-10 | 1 | -3/+66 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | git-instaweb: improve auto-discovery of httpd and call conventions. | Flavio Poletti | 2008-06-13 | 1 | -15/+33 |
* | instaweb: use 'git-web--browse' to launch browser. | Christian Couder | 2008-02-05 | 1 | -14/+6 |
* | instaweb: use 'browser.<tool>.path' config option if it's set. | Christian Couder | 2008-01-29 | 1 | -1/+9 |
* | Fix git-instaweb breakage on MacOS X due to the limited sed functionality | Charles Bailey | 2007-12-19 | 1 | -6/+9 |
* | Use {web,instaweb,help}.browser config options. | Christian Couder | 2007-12-09 | 1 | -0/+1 |
* | Merge branch 'ph/parseopt-sh' | Junio C Hamano | 2007-11-17 | 1 | -44/+30 |
|\ |
|
| * | Migrate git-instaweb.sh to use git-rev-parse --parseopt | Pierre Habouzit | 2007-11-05 | 1 | -44/+30 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-11-09 | 1 | -9/+8 |
|\ \
| |/
|/| |
|
| * | instaweb: Minor cleanups and fixes for potential problems | Jonas Fonseca | 2007-11-08 | 1 | -9/+8 |
* | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-16 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Avoid 'expr index' on Mac OS X as it isn't supported | Shawn O. Pearce | 2007-10-16 | 1 | -2/+1 |
* | | instaweb: support for Ruby's WEBrick server | Mike Dalessio | 2007-10-15 | 1 | -0/+40 |
* | | instaweb: allow for use of auto-generated scripts | Mike Dalessio | 2007-10-15 | 1 | -1/+3 |
|/ |
|
* | Supplant the "while case ... break ;; esac" idiom | David Kastrup | 2007-09-23 | 1 | -1/+1 |
* | git-sh-setup.sh: make GIT_DIR absolute | David Kastrup | 2007-08-13 | 1 | -7/+1 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -5/+5 |
* | instaweb: Nicer error message when the http daemon isn't found | Fredrik Kuivinen | 2007-01-06 | 1 | -0/+3 |
* | instaweb: load Apache mime and dir modules if they are needed | Eric Wong | 2007-01-02 | 1 | -0/+10 |
* | instaweb: Be more clear if httpd or the browser fail | Johannes Schindelin | 2006-07-26 | 1 | -2/+7 |
* | git-instaweb: some Apache have mod_cgi builtin | Johannes Schindelin | 2006-07-26 | 1 | -1/+3 |
* | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 1 | -1/+1 |
* | instaweb: fix unportable ';' usage in sed | Eric Wong | 2006-07-02 | 1 | -3/+3 |
* | Add git-instaweb, instantly browse the working repo with gitweb | Eric Wong | 2006-07-01 | 1 | -0/+235 |