1. 3fca1fc test libs: rename gitweb-lib.sh to lib-gitweb.sh by Ævar Arnfjörð Bjarmason · 4 years ago
  2. 765577b t9[5-7]*: adjust the references to the default branch name "main" by Johannes Schindelin · 4 years, 2 months ago
  3. 334afbc tests: mark tests relying on the current default for `init.defaultBranch` by Johannes Schindelin · 4 years, 2 months ago
  4. 6ff6a67 t9500: ensure that algorithm info is preserved in config by brian m. carlson · 4 years, 6 months ago
  5. 64d1022 t: fix whitespace around && by Andrei Rybak · 4 years, 10 months ago
  6. 9b966ff t9500: remove spaces after redirect operators by Andrei Rybak · 4 years, 10 months ago
  7. 8a7f8be t3901: move supporting files into t/t3901/ by Johannes Schindelin · 8 years ago
  8. 779a206 gitweb: use highlight's shebang detection by Ian Kelling · 8 years ago
  9. a6a4a88 t: fix &&-chaining issues around setup which might fail by Jeff King · 10 years ago
  10. 99094a7 t: fix trivial &&-chain breakage by Jeff King · 10 years ago
  11. 501a75a t: replace pulls with merges by Felipe Contreras · 11 years ago
  12. a43948b Merge branch 'rj/highlight-test-hang' by Jonathan Nieder · 11 years ago
  13. 7202db8 gitweb test: fix highlight test hang on Linux Mint by Ramsay Jones · 11 years ago
  14. 889c6f0 tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases) by Johannes Sixt · 12 years ago
  15. 5d76ef2 t9500: use test_config to set/unset git config variables by Yann Droneaud · 12 years ago
  16. 5609586 Merge branch 'jn/gitweb-unborn-head' by Junio C Hamano · 13 years ago
  17. 2c8fb23 Merge branch 'maint' by Junio C Hamano · 13 years ago
  18. fc8fcd2 gitweb: Fix 'grep' search for multiple matches in file by Jakub Narebski · 13 years ago
  19. fd49e56 gitweb: Fix "heads" view when there is no current branch by Jakub Narebski · 13 years ago
  20. 77cdf0f Merge branch 'jn/gitweb-unspecified-action' by Junio C Hamano · 13 years ago
  21. 18ab83e gitweb: Fix actionless dispatch for non-existent objects by Jakub Narebski · 13 years ago
  22. 1e706ec t9500: Add basic sanity tests for side-by-side diff in gitweb by Jakub Narebski · 13 years ago
  23. e4bd10b t9500: Add test for handling incomplete lines in diff by gitweb by Jakub Narebski · 13 years ago
  24. 2c162b5 gitweb: do not misparse nonnumeric content tag files that contain a digit by Jonathan Nieder · 14 years ago
  25. d940c90 gitweb: Optional grouping of projects by category by Sebastien Cevey · 14 years ago
  26. 12b1443 gitweb: Restructure projects list generation by Jakub Narebski · 14 years ago
  27. e5ea66f gitweb: Make i18n (encoding) tests in t9500 leave clean state by Jakub Narebski · 14 years ago
  28. 49151d8 t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediate by Ævar Arnfjörð Bjarmason · 14 years ago
  29. ae5e97e gitweb: Fix test of highlighting support in t9500 by Jakub Narebski · 14 years ago
  30. 592ea41 gitweb: Refactor syntax highlighting support by Jakub Narebski · 15 years ago
  31. 9be3614 gitweb: Fix project-specific feature override behavior by Jakub Narebski · 15 years ago
  32. 0552607 gitweb: split test suite into library and tests by Mark Rada · 15 years ago
  33. e9fdd74 gitweb: (gr)avatar support by Giuseppe Bilotta · 16 years ago
  34. 5ae93df t3900: use ancient iconv names for backward compatibility by Brandon Casey · 16 years ago
  35. 1b19ccd tests: skip perl tests if NO_PERL is defined by Jeff King · 16 years ago
  36. 5dba359 tests: remove exit after test_done call by Jeff King · 16 years ago
  37. 704a314 Use prerequisite tags to skip tests that depend on symbolic links by Johannes Sixt · 16 years ago
  38. 1f55391 test-lib: Introduce test_chmod and use it instead of update-index --chmod by Johannes Sixt · 16 years ago
  39. fae74a0 test suite: Use 'say' to say something instead of 'test_expect_success' by Johannes Sixt · 16 years ago
  40. df5d10a gitweb: Fix warnings with override permitted but no repo override by Marcel M. Cary · 16 years ago
  41. 81d3fe9 gitweb: fix wrong base URL when non-root DirectoryIndex by Giuseppe Bilotta · 16 years ago
  42. 4586864 gitweb: Fix bug in insert_file() subroutine by Jakub Narebski · 16 years ago
  43. bf8f2ad Merge branch 'maint' by Shawn O. Pearce · 16 years ago
  44. 9a1fd65 gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.sh by Jakub Narebski · 16 years ago
  45. 8753941 tests: grep portability fixes by Jeff King · 16 years ago
  46. bfdbee9 tests: use $TEST_DIRECTORY to refer to the t/ directory by Junio C Hamano · 16 years ago
  47. f69e836 Fix tests breaking when checkout path contains shell metacharacters by Bryan Donlan · 17 years ago
  48. 0e46e70 Don't use the 'export NAME=value' in the test scripts. by Bryan Donlan · 17 years ago
  49. 5634cf2 gitweb: Fix 'history' view for deleted files with history by Jakub Narebski · 17 years ago
  50. bc8b95a gitweb: Make config_to_multi return [] instead of [undef] by Petr Baudis · 17 years ago
  51. e9c34c2 gitweb: Add tests for overriding gitweb config with repo config by Jakub Narebski · 17 years ago
  52. fa9aff4 gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb test by Jakub Narebski · 17 years ago
  53. ca5e949 gitweb: speed up project listing on large work trees by limiting find depth by Luke Lu · 17 years ago
  54. 060fe57 Fix a test failure (t9500-*.sh) on cygwin by Ramsay Jones · 17 years ago
  55. 1207510 gitweb: Simplify 'opt' parameter validation, add "no merges" feeds by Jakub Narebski · 17 years ago
  56. fc746df t9500: skip gitweb tests if perl version is too old by Sven Verdoolaege · 18 years ago
  57. 00f429a gitweb: Handle non UTF-8 text better by Martin Koegler · 18 years ago
  58. 77e4e8b gitweb: Add test t9500 for gitweb (as standalone script) by Jakub Narebski · 18 years ago