summaryrefslogtreecommitdiff
path: root/git-instaweb.sh
AgeCommit message (Expand)AuthorFilesLines
2010-08-05instaweb: add access+error logging for WEBrickLibravatar Eric Wong1-0/+6
2010-08-05instaweb: minimize moving parts for WEBrickLibravatar Eric Wong1-28/+17
2010-08-05instaweb: fix WEBrick server supportLibravatar Eric Wong1-2/+27
2010-07-23git-instaweb: Don't assume Apache executable is named apache2Libravatar Dan McGee1-5/+14
2010-07-23git-instaweb: Fix Apache environment variable passingLibravatar Dan McGee1-2/+5
2010-07-23git-instaweb: Fix custom apache log placementLibravatar Dan McGee1-1/+1
2010-06-02git-instaweb: Add support for running gitweb via 'plackup'Libravatar Jakub Narebski1-2/+157
2010-06-02git-instaweb: Wait for server to start before running web browserLibravatar Jakub Narebski1-2/+15
2010-06-02git-instaweb: Remove pidfile after stopping web serverLibravatar Jakub Narebski1-0/+1
2010-05-31git-instaweb: Configure it to work with new gitweb structureLibravatar Pavan Kumar Sunkara1-44/+24
2010-05-31git-instaweb: Put httpd logs in a "$httpd_only" subdirectoryLibravatar Pavan Kumar Sunkara1-5/+9
2010-04-17git-instaweb: pass through invoking user's path to gitweb CGI scriptsLibravatar Chris Webb1-2/+2
2010-04-02instaweb: add minification awarenessLibravatar Mark Rada1-2/+4
2010-01-26fix portability issues with $ in double quotesLibravatar Stephen Boyd1-1/+1
2009-12-01Merge branch 'jn/gitweb-blame'Libravatar Junio C Hamano1-0/+7
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Libravatar Junio C Hamano1-4/+4
2009-11-23Merge branch 'maint'Libravatar Junio C Hamano1-0/+5
2009-11-23instaweb: restart server if already runningLibravatar Stephen Boyd1-0/+5
2009-11-23Protect scripted Porcelains from GREP_OPTIONS insanityLibravatar Junio C Hamano1-4/+4
2009-09-29instaweb: support mod_cgid for apache2Libravatar Mark Rada1-1/+15
2009-09-01gitweb: Incremental blame (using JavaScript)Libravatar Jakub Narebski1-0/+7
2009-08-23Add support for the Mongoose web server.Libravatar Wilhansen Li1-5/+52
2009-08-09git-instaweb: fix mod_perl detection for apache2Libravatar Mark A Rada1-1/+1
2009-07-26Trivial path quoting fixes in git-instawebLibravatar Sean Estabrooks1-2/+2
2009-03-10git-instaweb: fix lighttpd configuration on cygwinLibravatar Ramsay Jones1-3/+66
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-06-13git-instaweb: improve auto-discovery of httpd and call conventions.Libravatar Flavio Poletti1-15/+33
2008-02-05instaweb: use 'git-web--browse' to launch browser.Libravatar Christian Couder1-14/+6
2008-01-29instaweb: use 'browser.<tool>.path' config option if it's set.Libravatar Christian Couder1-1/+9
2007-12-19Fix git-instaweb breakage on MacOS X due to the limited sed functionalityLibravatar Charles Bailey1-6/+9
2007-12-09Use {web,instaweb,help}.browser config options.Libravatar Christian Couder1-0/+1
2007-11-17Merge branch 'ph/parseopt-sh'Libravatar Junio C Hamano1-44/+30
2007-11-09Merge branch 'maint'Libravatar Junio C Hamano1-9/+8
2007-11-08instaweb: Minor cleanups and fixes for potential problemsLibravatar Jonas Fonseca1-9/+8
2007-11-05Migrate git-instaweb.sh to use git-rev-parse --parseoptLibravatar Pierre Habouzit1-44/+30
2007-10-16Merge branch 'maint'Libravatar Shawn O. Pearce1-2/+1
2007-10-16Avoid 'expr index' on Mac OS X as it isn't supportedLibravatar Shawn O. Pearce1-2/+1
2007-10-15instaweb: support for Ruby's WEBrick serverLibravatar Mike Dalessio1-0/+40
2007-10-15instaweb: allow for use of auto-generated scriptsLibravatar Mike Dalessio1-1/+3
2007-09-23Supplant the "while case ... break ;; esac" idiomLibravatar David Kastrup1-1/+1
2007-08-13git-sh-setup.sh: make GIT_DIR absoluteLibravatar David Kastrup1-7/+1
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince1-5/+5
2007-01-06instaweb: Nicer error message when the http daemon isn't foundLibravatar Fredrik Kuivinen1-0/+3
2007-01-02instaweb: load Apache mime and dir modules if they are neededLibravatar Eric Wong1-0/+10
2006-07-26instaweb: Be more clear if httpd or the browser failLibravatar Johannes Schindelin1-2/+7
2006-07-26git-instaweb: some Apache have mod_cgi builtinLibravatar Johannes Schindelin1-1/+3
2006-07-10Fix more typos, primarily in the codeLibravatar Pavel Roskin1-1/+1
2006-07-02instaweb: fix unportable ';' usage in sedLibravatar Eric Wong1-3/+3
2006-07-01Add git-instaweb, instantly browse the working repo with gitwebLibravatar Eric Wong1-0/+235