summaryrefslogtreecommitdiff
path: root/git-instaweb.sh
AgeCommit message (Expand)Author
2008-02-05instaweb: use 'git-web--browse' to launch browser.Christian Couder
2008-01-29instaweb: use 'browser.<tool>.path' config option if it's set.Christian Couder
2007-12-19Fix git-instaweb breakage on MacOS X due to the limited sed functionalityCharles Bailey
2007-12-09Use {web,instaweb,help}.browser config options.Christian Couder
2007-11-18Merge branch 'ph/parseopt-sh'Junio C Hamano
2007-11-09Merge branch 'maint'Junio C Hamano
2007-11-09instaweb: Minor cleanups and fixes for potential problemsJonas Fonseca
2007-11-06Migrate git-instaweb.sh to use git-rev-parse --parseoptPierre Habouzit
2007-10-17Merge branch 'maint'Shawn O. Pearce
2007-10-17Avoid 'expr index' on Mac OS X as it isn't supportedShawn O. Pearce
2007-10-16instaweb: support for Ruby's WEBrick serverMike Dalessio
2007-10-16instaweb: allow for use of auto-generated scriptsMike Dalessio
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup
2007-08-14git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-06instaweb: Nicer error message when the http daemon isn't foundFredrik Kuivinen
2007-01-03instaweb: load Apache mime and dir modules if they are neededEric Wong
2006-07-26instaweb: Be more clear if httpd or the browser failJohannes Schindelin
2006-07-26git-instaweb: some Apache have mod_cgi builtinJohannes Schindelin
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-07-02instaweb: fix unportable ';' usage in sedEric Wong
2006-07-02Add git-instaweb, instantly browse the working repo with gitwebEric Wong