1. 0353a0c remove doubled words, e.g., s/to to/to/, and fix related typos by Jim Meyering · 14 years ago
  2. fa38cfc Merge branch 'maint' by Junio C Hamano · 14 years ago
  3. 9029ebb gitweb: Fix parsing of negative fractional timezones in JavaScript by Jakub Narebski · 14 years ago
  4. 421446b Sync with 1.7.4.2 by Junio C Hamano · 14 years ago
  5. 2b1e172 gitweb: Fix handling of fractional timezones in parse_date by Jakub Narebski · 14 years ago
  6. cd3065f Merge branch 'kc/gitweb-pathinfo-w-anchor' by Junio C Hamano · 14 years ago
  7. 6368d9f gitweb: Always call parse_date with timezone parameter by Jakub Narebski · 14 years ago
  8. 5e96a84 gitweb: fix #patchNN anchors when path_info is enabled by Kevin Cernekee · 14 years ago
  9. 6affdbe gitweb: highlight: replace tabs with spaces by Kevin Cernekee · 14 years ago
  10. 98885c2 gitweb/gitweb.perl: don't call S_ISREG() with undef by Ævar Arnfjörð Bjarmason · 14 years ago
  11. 0f54b7d gitweb/gitweb.perl: remove use of qw(...) as parentheses by Ævar Arnfjörð Bjarmason · 14 years ago
  12. 2e9c878 gitweb: Mention optional Perl modules in INSTALL by Jakub Narebski · 14 years ago
  13. d2d434b Don't pass "--xhtml" to hightlight in gitweb.perl script. by Adam Tkac · 14 years ago
  14. 477039c Merge branch 'jn/gitweb-no-logo' by Junio C Hamano · 14 years ago
  15. 3ca7353 gitweb: remove unnecessary test when closing file descriptor by Sylvain Rabot · 14 years ago
  16. 3ce19eb gitweb: add extensions to highlight feature map by Sylvain Rabot · 14 years ago
  17. f2665ec Merge branch 'maint' by Junio C Hamano · 14 years ago
  18. 6822052 gitweb: make logo optional by Jonathan Nieder · 14 years ago
  19. 9d9f5e7 gitweb: skip logo in atom feed when there is none by Jonathan Nieder · 14 years ago
  20. 643b6ef Merge branch 'jn/maint-gitweb-pathinfo-fix' by Junio C Hamano · 14 years ago
  21. f29db85 Merge branch 'maint' by Junio C Hamano · 14 years ago
  22. 05bb5a2 gitweb: Include links to feeds in HTML header only for '200 OK' response by Jakub Narebski · 14 years ago
  23. 15368e1 Sync with 1.7.3.4 by Junio C Hamano · 14 years ago
  24. fa1c854 Git 1.7.3.4 by Junio C Hamano · 14 years ago v1.7.3.4
  25. b91779f Git 1.7.2.5 by Junio C Hamano · 14 years ago v1.7.2.5
  26. 9db41eb Git 1.7.1.4 by Junio C Hamano · 14 years ago v1.7.1.4
  27. cb198b3 Git 1.7.0.9 by Junio C Hamano · 14 years ago v1.7.0.9
  28. abf411e Git 1.6.6.3 by Junio C Hamano · 14 years ago v1.6.6.3
  29. ec82874 Git 1.6.5.9 by Junio C Hamano · 14 years ago v1.6.5.9
  30. 3017ed6 gitweb: Introduce esc_attr to escape attributes of HTML elements by Jakub Narebski · 14 years ago
  31. 67976c6 gitweb: Fix handling of whitespace in generated links by Jakub Narebski · 14 years ago
  32. e623412 Merge branch 'jn/gitweb-per-request-config' by Junio C Hamano · 14 years ago
  33. 4af004a Merge branch 'jn/gitweb-time-hires-comes-with-5.8' by Junio C Hamano · 14 years ago
  34. c3f7d51 Merge branch 'gb/gitweb-remote-heads' by Junio C Hamano · 14 years ago
  35. b3f52a9 gitweb: document $per_request_config better by Jonathan Nieder · 14 years ago
  36. da4b243 gitweb: selectable configurations that change with each request by Jakub Narebski · 14 years ago
  37. 430fac9 Merge branch 'jn/gitweb-test' by Junio C Hamano · 14 years ago
  38. 9d0d42f gitweb: group remote heads by remote by Giuseppe Bilotta · 14 years ago
  39. b891d52 gitweb: provide a routine to display (sub)sections by Giuseppe Bilotta · 14 years ago
  40. 0e65699 gitweb: refactor repository URL printing by Giuseppe Bilotta · 14 years ago
  41. bb60776 gitweb: remotes view for a single remote by Giuseppe Bilotta · 14 years ago
  42. c7d94cd gitweb: allow action specialization in page header by Giuseppe Bilotta · 14 years ago
  43. 11e7bec gitweb: nagivation menu for tags, heads and remotes by Giuseppe Bilotta · 14 years ago
  44. 00fa6fe gitweb: separate heads and remotes lists by Giuseppe Bilotta · 14 years ago
  45. 9b3f3de gitweb: git_get_heads_list accepts an optional list of refs by Giuseppe Bilotta · 14 years ago
  46. 60efa24 gitweb: introduce remote_heads feature by Giuseppe Bilotta · 14 years ago
  47. 9e70e15 gitweb: use fullname as hash_base in heads link by Giuseppe Bilotta · 14 years ago
  48. 3962f1d7 gitweb: Time::HiRes is in core for Perl 5.8 by Jakub Narebski · 14 years ago
  49. 9b73ce7 Merge branch 'ab/require-perl-5.8' by Junio C Hamano · 14 years ago
  50. d0af373 gitweb: Improve behavior for actionless path_info gitweb URLs by Jakub Narebski · 14 years ago
  51. 7e00dc5 gitweb: Fix bug in evaluate_path_info by Jakub Narebski · 14 years ago
  52. 314ae0f Merge branch 'cw/gitweb-hilite-config' by Junio C Hamano · 14 years ago
  53. 9b93aeb gitweb/Makefile: Include gitweb/config.mak by Jakub Narebski · 14 years ago
  54. 958a846 gitweb/Makefile: Add 'test' and 'test-installed' targets by Jakub Narebski · 14 years ago
  55. 8ff76f4 gitweb: Move call to evaluate_git_version after evaluate_gitweb_config by Jakub Narebski · 14 years ago
  56. d48b284 perl: bump the required Perl version to 5.8 from 5.6.[21] by Ævar Arnfjörð Bjarmason · 14 years ago
  57. 7ce896b Enable highlight executable path as a configuration option by Christopher Wilson · 14 years ago
  58. d8a9480 gitweb: Don't die_error in git_tag after already printing headers by Anders Kaseorg · 14 years ago
  59. bc38219 Merge branch 'maint' by Junio C Hamano · 15 years ago
  60. 22e5e58 Typos in code comments, an error message, documentation by Ralf Wildenhues · 15 years ago
  61. 2dc3b19 Merge branch 'jn/maint-gitweb-dynconf' by Junio C Hamano · 15 years ago
  62. 0d0ba03 Merge branch 'maint' by Junio C Hamano · 15 years ago
  63. 497d9c3 gitweb: clarify search results page when no matching commit found by Jonathan Nieder · 15 years ago
  64. 0b45010 gitweb: Fix typo in run() subroutine by Jakub Narebski · 15 years ago
  65. 7f425db gitweb: allow configurations that change with each request by Jonathan Nieder · 15 years ago
  66. 61bf126 gitweb: move highlight config out of guess_file_syntax() by Alejandro R. Sedeño · 15 years ago
  67. c255a70 Merge branch 'maint' by Junio C Hamano · 15 years ago
  68. 109988f gitweb: fix esc_url by Pavan Kumar Sunkara · 15 years ago
  69. 869d588 gitweb: Move evaluate_gitweb_config out of run_request by Jakub Narebski · 15 years ago
  70. 5bfd536 Merge branch 'jn/gitweb-return-or-exit-cleanup' by Junio C Hamano · 15 years ago
  71. a031d76 Merge branch 'jn/gitweb-fastcgi' by Junio C Hamano · 15 years ago
  72. b43688a Merge branch 'maint' by Junio C Hamano · 15 years ago
  73. 7064994 gitweb/Makefile: fix typo in gitweb.min.css rule by Jay Soffian · 15 years ago
  74. 7c1b228 Merge branch 'jn/gitweb-plackup' by Junio C Hamano · 15 years ago
  75. 5ed2ec1 gitweb: Return or exit after done serving request by Jakub Narebski · 15 years ago
  76. a26df4c Merge branch 'jn/gitweb-syntax-highlight' by Junio C Hamano · 15 years ago
  77. ad709ea gitweb: Fix typo in hash key name in %opts in git_header_html by Jakub Narebski · 15 years ago
  78. 45aa989 gitweb: Run in FastCGI mode if gitweb script has .fcgi extension by Jakub Narebski · 15 years ago
  79. 18d0532 gitweb: Move static files into seperate subdirectory by Pavan Kumar Sunkara · 15 years ago
  80. 921296d Merge branch 'jn/gitweb-caching-prep' by Junio C Hamano · 15 years ago
  81. 14b8512 Merge branch 'jn/gitweb-install' by Junio C Hamano · 15 years ago
  82. 71f1d72 Merge branch 'jn/gitweb-our-squelch' by Junio C Hamano · 15 years ago
  83. 04794fd gitweb: Use @diff_opts while using format-patch by Pavan Kumar Sunkara · 15 years ago
  84. a0446e7 gitweb: Add support for FastCGI, using CGI::Fast by Sam Vilain · 15 years ago
  85. c2394fe gitweb: Put all per-connection code in run() subroutine by Jakub Narebski · 15 years ago
  86. 592ea41 gitweb: Refactor syntax highlighting support by Jakub Narebski · 15 years ago
  87. b331fe5 gitweb: Syntax highlighting support by Johannes Schindelin · 15 years ago
  88. 152d943 gitweb: Create install target for gitweb in Makefile by Jakub Narebski · 15 years ago
  89. 8515392 gitweb: Improve installation instructions in gitweb/INSTALL by Jakub Narebski · 15 years ago
  90. ee1d8ee gitweb: Silence 'Variable VAR may be unavailable' warnings by Jakub Narebski · 15 years ago
  91. efb2d0c gitweb: Move generating page title to separate subroutine by Jakub Narebski · 15 years ago
  92. 7a59745 gitweb: Add custom error handler using die_error by Jakub Narebski · 15 years ago
  93. c42b00c gitweb: Use nonlocal jump instead of 'exit' in die_error by Jakub Narebski · 15 years ago
  94. 377bee3 gitweb: href(..., -path_info => 0|1) by Jakub Narebski · 15 years ago
  95. 8de096b gitweb: simplify gitweb.min.* generation and clean-up rules by Junio C Hamano · 15 years ago
  96. e391859 gitweb: update INSTALL to use shorter make target by Mark Rada · 15 years ago
  97. a8ab675 gitweb: add documentation to INSTALL regarding gitweb.js by Mark Rada · 15 years ago
  98. bb4bbf7 Gitweb: add autoconfigure support for minifiers by Mark Rada · 15 years ago
  99. 0e6ce21 Gitweb: add support for minifying gitweb.css by Mark Rada · 15 years ago
  100. 890a13a Sync with 1.7.0.4 by Junio C Hamano · 15 years ago