summaryrefslogtreecommitdiff
path: root/git-instaweb.sh
Commit message (Expand)AuthorAgeFilesLines
* 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