1. ff7a9dc git-instaweb: use @SHELL_PATH@ instead of /bin/sh by Kyle J. McKay · 10 years ago
  2. 130e475 git-instaweb: allow running in a working tree subdirectory by Kyle J. McKay · 10 years ago
  3. f8ee1f0 git-instaweb: add support for Apache 2.4 by Jonathan McCrohan · 11 years ago
  4. 51ba8ce git-sh-setup.sh: add variable to use the stuck-long mode by Nicolas Vigier · 11 years ago
  5. fcb06a8 use @@PERL@@ in built scripts by Jeff King · 11 years ago
  6. 5ad6d38 git-instaweb: Check that correct config file exists for (re)start by Jakub Narebski · 14 years ago
  7. c0175f9 git-instaweb: Move all actions at the end of script by Jakub Narebski · 14 years ago
  8. 48bf76c git-instaweb: Use $conf, not $fqgitdir/gitweb/httpd.conf by Jakub Narebski · 14 years ago
  9. db61f06 git-instaweb: Extract configuring web server into configure_httpd by Jakub Narebski · 14 years ago
  10. 20e7ab8 git-instaweb: Change how gitweb.psgi is made runnable as standalone app by Jakub Narebski · 14 years ago
  11. fc5b8e0 git instaweb: enable remote_heads by Giuseppe Bilotta · 14 years ago
  12. e9323e7 instaweb: add access+error logging for WEBrick by Eric Wong · 15 years ago
  13. f46e130 instaweb: minimize moving parts for WEBrick by Eric Wong · 15 years ago
  14. 422bff2 instaweb: fix WEBrick server support by Eric Wong · 15 years ago
  15. 4bdf859 git-instaweb: Don't assume Apache executable is named apache2 by Dan McGee · 15 years ago
  16. 2989f51 git-instaweb: Fix Apache environment variable passing by Dan McGee · 15 years ago
  17. 1849f01 git-instaweb: Fix custom apache log placement by Dan McGee · 15 years ago
  18. 7864698 git-instaweb: Add support for running gitweb via 'plackup' by Jakub Narebski · 15 years ago
  19. d94775e git-instaweb: Wait for server to start before running web browser by Jakub Narebski · 15 years ago
  20. d112762 git-instaweb: Remove pidfile after stopping web server by Jakub Narebski · 15 years ago
  21. c0cb4ed git-instaweb: Configure it to work with new gitweb structure by Pavan Kumar Sunkara · 15 years ago
  22. be5347b git-instaweb: Put httpd logs in a "$httpd_only" subdirectory by Pavan Kumar Sunkara · 15 years ago
  23. 3940730 git-instaweb: pass through invoking user's path to gitweb CGI scripts by Chris Webb · 15 years ago
  24. 09b89d1 instaweb: add minification awareness by Mark Rada · 15 years ago
  25. 9524cf2 fix portability issues with $ in double quotes by Stephen Boyd · 15 years ago
  26. 8678bc0 Merge branch 'jn/gitweb-blame' by Junio C Hamano · 15 years ago
  27. ad7ace7 Merge branch 'rs/work-around-grep-opt-insanity' by Junio C Hamano · 15 years ago
  28. 75a7ea2 Merge branch 'maint' by Junio C Hamano · 15 years ago
  29. 0b624b4 instaweb: restart server if already running by Stephen Boyd · 15 years ago
  30. e1622bf Protect scripted Porcelains from GREP_OPTIONS insanity by Junio C Hamano · 15 years ago
  31. 10d1432 instaweb: support mod_cgid for apache2 by Mark Rada · 15 years ago
  32. 4af819d gitweb: Incremental blame (using JavaScript) by Jakub Narebski · 16 years ago
  33. 0ded475 Add support for the Mongoose web server. by Wilhansen Li · 16 years ago
  34. f0e588d git-instaweb: fix mod_perl detection for apache2 by Mark A Rada · 16 years ago
  35. e24c76b Trivial path quoting fixes in git-instaweb by Sean Estabrooks · 16 years ago
  36. e47eec8 git-instaweb: fix lighttpd configuration on cygwin by Ramsay Jones · 16 years ago
  37. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  38. 43d60d2 git-instaweb: improve auto-discovery of httpd and call conventions. by Flavio Poletti · 17 years ago
  39. 2e0c290 instaweb: use 'git-web--browse' to launch browser. by Christian Couder · 17 years ago
  40. ab989ad instaweb: use 'browser.<tool>.path' config option if it's set. by Christian Couder · 17 years ago
  41. c569969 Fix git-instaweb breakage on MacOS X due to the limited sed functionality by Charles Bailey · 17 years ago
  42. d3a866b Use {web,instaweb,help}.browser config options. by Christian Couder · 17 years ago
  43. 9f4c4eb Merge branch 'ph/parseopt-sh' by Junio C Hamano · 17 years ago
  44. 5d4138a Merge branch 'maint' by Junio C Hamano · 17 years ago
  45. 9126425 instaweb: Minor cleanups and fixes for potential problems by Jonas Fonseca · 17 years ago
  46. c2db2e0 Migrate git-instaweb.sh to use git-rev-parse --parseopt by Pierre Habouzit · 17 years ago
  47. 317efa6 Merge branch 'maint' by Shawn O. Pearce · 17 years ago
  48. f5f3069 Avoid 'expr index' on Mac OS X as it isn't supported by Shawn O. Pearce · 17 years ago
  49. 425b78e instaweb: support for Ruby's WEBrick server by Mike Dalessio · 17 years ago
  50. 14b45b6 instaweb: allow for use of auto-generated scripts by Mike Dalessio · 17 years ago
  51. 822f7c7 Supplant the "while case ... break ;; esac" idiom by David Kastrup · 17 years ago
  52. b2bc9a3 git-sh-setup.sh: make GIT_DIR absolute by David Kastrup · 18 years ago
  53. e0d10e1 [PATCH] Rename git-repo-config to git-config. by Tom Prince · 18 years ago
  54. f281e3a instaweb: Nicer error message when the http daemon isn't found by Fredrik Kuivinen · 18 years ago
  55. 44a167b instaweb: load Apache mime and dir modules if they are needed by Eric Wong · 18 years ago
  56. 5209eda instaweb: Be more clear if httpd or the browser fail by Johannes Schindelin · 19 years ago
  57. 2b5d2d8 git-instaweb: some Apache have mod_cgi builtin by Johannes Schindelin · 19 years ago
  58. 82e5a82 Fix more typos, primarily in the code by Pavel Roskin · 19 years ago
  59. 6ee030d instaweb: fix unportable ';' usage in sed by Eric Wong · 19 years ago
  60. a51d37c Add git-instaweb, instantly browse the working repo with gitweb by Eric Wong · 19 years ago