1. 2b380d8 Merge branch 'jn/maint-gitweb-utf8-fix' by Junio C Hamano · 13 years ago
  2. b13e3ea gitweb: Fix fallback mode of to_utf8 subroutine by Jakub Narebski · 13 years ago
  3. 57cf4ad gitweb: Output valid utf8 in git_blame_common('data') by Jürgen Kreileder · 13 years ago
  4. 5d79105 gitweb: esc_html() site name for title in OPML by Jürgen Kreileder · 13 years ago
  5. 168c1e0 gitweb: Call to_utf8() on input string in chop_and_escape_str() by Jürgen Kreileder · 13 years ago
  6. 6ae683c gitweb: Add navigation to select side-by-side diff by Kato Kazuyoshi · 13 years ago
  7. d0e6e29 gitweb: Use href(-replay=>1,...) for formats links in "commitdiff" by Jakub Narebski · 13 years ago
  8. 970fac5 gitweb: Give side-by-side diff extra CSS styling by Jakub Narebski · 13 years ago
  9. 6ba1eb5 gitweb: Add a feature to show side-by-side diff by Kato Kazuyoshi · 13 years ago
  10. f1310cf gitweb: Extract formatting of diff chunk header by Jakub Narebski · 13 years ago
  11. 20a864c gitweb: Refactor diff body line classification by Jakub Narebski · 13 years ago
  12. f124fe3 Merge branch 'rj/gitweb-clean-js' by Junio C Hamano · 13 years ago
  13. 208a1cc Merge branch 'lh/gitweb-site-html-head' by Junio C Hamano · 13 years ago
  14. aface4c Merge branch 'jm/maint-gitweb-filter-forks-fix' by Junio C Hamano · 13 years ago
  15. a80b263 gitweb/Makefile: Remove static/gitweb.js in the clean target by Ramsay Jones · 13 years ago
  16. 53c632f gitweb: fix regression when filtering out forks by Julien Muchembled · 13 years ago
  17. c1355b7 gitweb: provide a way to customize html headers by Lénaïc Huard · 13 years ago
  18. 380f26c Merge branch 'jn/gitweb-manpages' by Junio C Hamano · 13 years ago
  19. 07ea4df gitweb: Add gitweb(1) manpage for gitweb itself by Jakub Narebski · 13 years ago
  20. 6d3902b gitweb: Add gitweb.conf(5) manpage for gitweb configuration files by Drew Northup · 13 years ago
  21. 59b32ff Merge branch 'ps/gitweb-js-with-lineno' by Junio C Hamano · 13 years ago
  22. 2b07ff3 gitweb: Fix links to lines in blobs when javascript-actions are enabled by Peter Stuge · 13 years ago
  23. 0866786 gitweb: Strip non-printable characters from syntax highlighter output by Jakub Narebski · 13 years ago
  24. 2728139 Merge branch 'jn/gitweb-config-list-case' by Junio C Hamano · 14 years ago
  25. 86bd7f9 Merge branch 'jn/gitweb-system-config' by Junio C Hamano · 14 years ago
  26. 927cd1f gitweb: pass string after encoding in utf-8 to syntax highlighter by 张忠山 · 14 years ago
  27. 14569cd gitweb: Git config keys are case insensitive, make config search too by Jakub Narebski · 14 years ago
  28. 131d6af gitweb: Introduce common system-wide settings for convenience by Jakub Narebski · 14 years ago
  29. ba9a247 Merge branch 'jn/gitweb-search' by Junio C Hamano · 14 years ago
  30. 54dbc1f Merge branch 'jn/mime-type-with-params' by Junio C Hamano · 14 years ago
  31. 17a403c Merge branch 'jn/gitweb-split-header-html' by Junio C Hamano · 14 years ago
  32. d4c8c55 Merge branch 'ln/gitweb-mime-types-split-at-blank' by Junio C Hamano · 14 years ago
  33. e8c3531 gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xss by Jakub Narebski · 14 years ago
  34. 86afbd0 gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xss by Jakub Narebski · 14 years ago
  35. cce347d Merge branch 'jn/gitweb-js-blame' into next by Junio C Hamano · 14 years ago
  36. 6ee9033 gitweb: Refactor git_header_html by Jakub Narebski · 14 years ago
  37. 1ae05be gitweb: Make git_search_* subroutines render whole pages by Jakub Narebski · 14 years ago
  38. 882541b gitweb: Clean up code in git_search_* subroutines by Jakub Narebski · 14 years ago
  39. 16f2072 gitweb: Split body of git_search into subroutines by Jakub Narebski · 14 years ago
  40. e0ca364 gitweb: Check permissions first in git_search by Jakub Narebski · 14 years ago
  41. 2765233 Merge branch 'maint' by Junio C Hamano · 14 years ago
  42. a598ded gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabled by Jakub Narebski · 14 years ago
  43. 93a6ad1 gitweb: allow space as delimiter in mime.types by Ludwig Nussel · 14 years ago
  44. 2c162b5 gitweb: do not misparse nonnumeric content tag files that contain a digit by Jonathan Nieder · 14 years ago
  45. 2c6b5d8 Merge branch 'jn/mime-type-with-params' by Junio C Hamano · 14 years ago
  46. bee6ea1 gitweb: Fix usability of $prevent_xss by Jakub Narebski · 14 years ago
  47. 80b4dfe gitweb: Move "Requirements" up in gitweb/INSTALL by Jakub Narebski · 14 years ago
  48. 560869e gitweb: Describe CSSMIN and JSMIN in gitweb/INSTALL by Jakub Narebski · 14 years ago
  49. cee694d gitweb: Move information about installation from README to INSTALL by Jakub Narebski · 14 years ago
  50. 42ab5d4 gitweb.js: use setTimeout rather than setInterval in blame_incremental.js by Jakub Narebski · 14 years ago
  51. e8dd0e4 gitweb.js: No need for loop in blame_incremental's handleResponse() by Jakub Narebski · 14 years ago
  52. 4510165 gitweb.js: No need for inProgress in blame_incremental.js by Jakub Narebski · 14 years ago
  53. a6f3f17 Merge branch 'jn/gitweb-js' by Junio C Hamano · 14 years ago
  54. 229e72d Merge branch 'jn/ctags-more' by Junio C Hamano · 14 years ago
  55. f612a71 gitweb: Refactor reading and parsing config file into read_config_file by Jakub Narebski · 14 years ago
  56. 2e987f9 gitweb: Make JavaScript ability to adjust timezones configurable by Jakub Narebski · 14 years ago
  57. 2ae8da2 gitweb.js: Add UI for selecting common timezone to display dates by John 'Warthog9' Hawley · 14 years ago
  58. 291e52b gitweb: JavaScript ability to adjust time based on timezone by John 'Warthog9' Hawley · 14 years ago
  59. ce71b07 gitweb: Unify the way long timestamp is displayed by Jakub Narebski · 14 years ago
  60. 256b7b4 gitweb: Refactor generating of long dates into format_timestamp_html by Jakub Narebski · 14 years ago
  61. 1cae3ee gitweb.js: Provide getElementsByClassName method (if it not exists) by Jakub Narebski · 14 years ago
  62. 9a86dd5 gitweb: Split JavaScript for maintability, combining on build by Jakub Narebski · 14 years ago
  63. fcce886 gitweb.js: Introduce code to handle cookies from JavaScript by Jakub Narebski · 14 years ago
  64. 54b1479 gitweb.js: Extract and improve datetime handling by Jakub Narebski · 14 years ago
  65. 4dfa207 gitweb.js: Provide default values for padding in padLeftStr and padLeft by Jakub Narebski · 14 years ago
  66. e2895de gitweb.js: Update and improve comments in JavaScript files by Jakub Narebski · 14 years ago
  67. ebfd72c Merge branch 'jn/ctags' by Junio C Hamano · 14 years ago
  68. 12b1443 gitweb: Restructure projects list generation by Jakub Narebski · 14 years ago
  69. d940c90 gitweb: Optional grouping of projects by category by Sebastien Cevey · 14 years ago
  70. 4b9447f gitweb: Mark matched 'ctag' / contents tag (?by_tag=foo) by Jakub Narebski · 14 years ago
  71. e4e3b32 gitweb: Modularized git_get_project_description to be more generic by Sebastien Cevey · 14 years ago
  72. 0368c49 gitweb: Change the way "content tags" ('ctags') are handled by Jakub Narebski · 14 years ago
  73. 0fa920c gitweb: Split git_project_list_body in two functions by Sebastien Cevey · 14 years ago
  74. 0c8c385 gitweb: supply '-n' to gzip for identical output by Fraser Tweedale · 14 years ago
  75. 0353a0c remove doubled words, e.g., s/to to/to/, and fix related typos by Jim Meyering · 14 years ago
  76. fa38cfc Merge branch 'maint' by Junio C Hamano · 14 years ago
  77. 9029ebb gitweb: Fix parsing of negative fractional timezones in JavaScript by Jakub Narebski · 14 years ago
  78. 421446b Sync with 1.7.4.2 by Junio C Hamano · 14 years ago
  79. 2b1e172 gitweb: Fix handling of fractional timezones in parse_date by Jakub Narebski · 14 years ago
  80. cd3065f Merge branch 'kc/gitweb-pathinfo-w-anchor' by Junio C Hamano · 14 years ago
  81. 6368d9f gitweb: Always call parse_date with timezone parameter by Jakub Narebski · 14 years ago
  82. 5e96a84 gitweb: fix #patchNN anchors when path_info is enabled by Kevin Cernekee · 14 years ago
  83. 6affdbe gitweb: highlight: replace tabs with spaces by Kevin Cernekee · 14 years ago
  84. 98885c2 gitweb/gitweb.perl: don't call S_ISREG() with undef by Ævar Arnfjörð Bjarmason · 14 years ago
  85. 0f54b7d gitweb/gitweb.perl: remove use of qw(...) as parentheses by Ævar Arnfjörð Bjarmason · 14 years ago
  86. 2e9c878 gitweb: Mention optional Perl modules in INSTALL by Jakub Narebski · 14 years ago
  87. d2d434b Don't pass "--xhtml" to hightlight in gitweb.perl script. by Adam Tkac · 14 years ago
  88. 477039c Merge branch 'jn/gitweb-no-logo' by Junio C Hamano · 14 years ago
  89. 3ca7353 gitweb: remove unnecessary test when closing file descriptor by Sylvain Rabot · 14 years ago
  90. 3ce19eb gitweb: add extensions to highlight feature map by Sylvain Rabot · 14 years ago
  91. f2665ec Merge branch 'maint' by Junio C Hamano · 14 years ago
  92. 6822052 gitweb: make logo optional by Jonathan Nieder · 15 years ago
  93. 9d9f5e7 gitweb: skip logo in atom feed when there is none by Jonathan Nieder · 15 years ago
  94. 643b6ef Merge branch 'jn/maint-gitweb-pathinfo-fix' by Junio C Hamano · 14 years ago
  95. f29db85 Merge branch 'maint' by Junio C Hamano · 14 years ago
  96. 05bb5a2 gitweb: Include links to feeds in HTML header only for '200 OK' response by Jakub Narebski · 14 years ago
  97. 15368e1 Sync with 1.7.3.4 by Junio C Hamano · 14 years ago
  98. fa1c854 Git 1.7.3.4 by Junio C Hamano · 14 years ago v1.7.3.4
  99. b91779f Git 1.7.2.5 by Junio C Hamano · 14 years ago v1.7.2.5
  100. 9db41eb Git 1.7.1.4 by Junio C Hamano · 14 years ago v1.7.1.4