summaryrefslogtreecommitdiffstats
path: root/git-instaweb.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jn/gitweb-blame'Junio C Hamano2009-12-011-0/+7
|\
| * gitweb: Incremental blame (using JavaScript)Jakub Narebski2009-09-011-0/+7
* | Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano2009-11-251-4/+4
|\ \
| * | Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano2009-11-231-4/+4
* | | Merge branch 'maint'Junio C Hamano2009-11-231-0/+5
|\ \ \
| * | | instaweb: restart server if already runningStephen Boyd2009-11-231-0/+5
| |/ /
* / / instaweb: support mod_cgid for apache2Mark Rada2009-09-291-1/+15
|/ /
* | Add support for the Mongoose web server.Wilhansen Li2009-08-231-5/+52
* | git-instaweb: fix mod_perl detection for apache2Mark A Rada2009-08-091-1/+1
* | Trivial path quoting fixes in git-instawebSean Estabrooks2009-07-261-2/+2
|/
* git-instaweb: fix lighttpd configuration on cygwinRamsay Jones2009-03-101-3/+66
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* git-instaweb: improve auto-discovery of httpd and call conventions.Flavio Poletti2008-06-131-15/+33
* instaweb: use 'git-web--browse' to launch browser.Christian Couder2008-02-051-14/+6
* instaweb: use 'browser.<tool>.path' config option if it's set.Christian Couder2008-01-291-1/+9
* Fix git-instaweb breakage on MacOS X due to the limited sed functionalityCharles Bailey2007-12-191-6/+9
* Use {web,instaweb,help}.browser config options.Christian Couder2007-12-091-0/+1
* Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-171-44/+30
|\
| * Migrate git-instaweb.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-44/+30
* | Merge branch 'maint'Junio C Hamano2007-11-091-9/+8
|\ \ | |/ |/|
| * instaweb: Minor cleanups and fixes for potential problemsJonas Fonseca2007-11-081-9/+8
* | Merge branch 'maint'Shawn O. Pearce2007-10-161-2/+1
|\|
| * Avoid 'expr index' on Mac OS X as it isn't supportedShawn O. Pearce2007-10-161-2/+1
* | instaweb: support for Ruby's WEBrick serverMike Dalessio2007-10-151-0/+40
* | instaweb: allow for use of auto-generated scriptsMike Dalessio2007-10-151-1/+3
|/
* Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-231-1/+1
* git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup2007-08-131-7/+1
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-5/+5
* instaweb: Nicer error message when the http daemon isn't foundFredrik Kuivinen2007-01-061-0/+3
* instaweb: load Apache mime and dir modules if they are neededEric Wong2007-01-021-0/+10
* instaweb: Be more clear if httpd or the browser failJohannes Schindelin2006-07-261-2/+7
* git-instaweb: some Apache have mod_cgi builtinJohannes Schindelin2006-07-261-1/+3
* Fix more typos, primarily in the codePavel Roskin2006-07-101-1/+1
* instaweb: fix unportable ';' usage in sedEric Wong2006-07-021-3/+3
* Add git-instaweb, instantly browse the working repo with gitwebEric Wong2006-07-011-0/+235