1. b57913f test-lib tests: remove dead GIT_TEST_FRAMEWORK_SELFTEST variable by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  2. a926c4b tests: remove most uses of C_LOCALE_OUTPUT by Ævar Arnfjörð Bjarmason · 4 years, 1 month ago
  3. 3029152 t0000: consistently use single quotes for outer tests by Jeff King · 4 years, 1 month ago
  4. 080e295 t0000: run cleaning test inside sub-test by Jeff King · 4 years, 1 month ago
  5. efd2600 t0000: run prereq tests inside sub-test by Jeff King · 4 years, 1 month ago
  6. 03efadb t0000: keep clean-up tests together by Jeff King · 4 years, 1 month ago
  7. 7bd645e Merge branch 'sg/tests-prereq' by Junio C Hamano · 4 years, 4 months ago
  8. 53ff3b9 tests: make sure nested lazy prereqs work reliably by SZEDER Gábor · 4 years, 4 months ago
  9. 9879f3b Merge branch 'en/test-selector' by Junio C Hamano · 4 years, 4 months ago
  10. f21ac36 test-lib: allow selecting tests by substring/glob with --run by Elijah Newren · 4 years, 5 months ago
  11. ac9b547 t0000: use test_path_is_file instead of "test -f" by Caleb Tillman · 4 years, 5 months ago
  12. e0ad957 Merge branch 'bc/sha-256-part-3' by Junio C Hamano · 4 years, 7 months ago
  13. e023ff0 t: remove test_oid_init in tests by brian m. carlson · 4 years, 8 months ago
  14. ceaa4b3 t: add test_oid option to select hash algorithm by brian m. carlson · 4 years, 8 months ago
  15. 6a67c75 test-lib-functions: restrict test_must_fail usage by Denton Liu · 4 years, 8 months ago
  16. 41eae3e Merge branch 'cb/t0000-use-the-configured-shell' by Junio C Hamano · 4 years, 10 months ago
  17. 0555e4a t/t0000-basic: make sure subtests also use TEST_SHELL_PATH by Carlo Marcelo Arenas Belón · 4 years, 10 months ago
  18. 797e2cf t0000: disable GIT_TEST_FAIL_PREREQS in sub-tests by Jeff King · 4 years, 11 months ago
  19. 477dcad tests: do not let lazy prereqs inside `test_expect_*` turn off tracing by Johannes Schindelin · 5 years ago
  20. 381e8e9 Merge branch 'dl/test-must-fail-fixes' by Junio C Hamano · 5 years ago
  21. 7717242 t0000: replace test_must_fail with run_sub_test_lib_test_err() by Denton Liu · 5 years ago
  22. e0f9ec9 Merge branch 'sg/test-bool-env' by Junio C Hamano · 5 years ago
  23. 8feb47e Merge branch 'dl/t5520-cleanup' by Junio C Hamano · 5 years ago
  24. 43a2afe tests: add 'test_bool_env' to catch non-bool GIT_TEST_* values by SZEDER Gábor · 5 years ago
  25. 8cb7980 t0000: test multiple local assignment by Denton Liu · 5 years ago
  26. 7a40cf1 Fix spelling errors in comments of testcases by Elijah Newren · 5 years ago
  27. 4e8371e Merge branch 'dl/t0000-skip-test-test' by Junio C Hamano · 5 years ago
  28. b05b409 t0000: cover GIT_SKIP_TESTS blindspots by Denton Liu · 5 years ago
  29. 8ae7a46 Merge branch 'sg/show-failed-test-names' by Junio C Hamano · 6 years ago
  30. fcdd9cc Merge branch 'bc/hash-independent-tests-part-4' by Junio C Hamano · 6 years ago
  31. 7f0b590 t0000: reword comments for "local" test by Jeff King · 6 years ago
  32. ffe1afe tests: show the test name and number at the start of verbose output by SZEDER Gábor · 6 years ago
  33. 96f3ccc t0000-basic: use realistic test script names in the verbose tests by SZEDER Gábor · 6 years ago
  34. c740039 tests: make GIT_TEST_FAIL_PREREQS a boolean by Ævar Arnfjörð Bjarmason · 6 years ago
  35. dfe1a17 tests: add a special setup where prerequisites fail by Ævar Arnfjörð Bjarmason · 6 years ago
  36. 900721e test-lib: introduce 'test_atexit' by Johannes Schindelin · 6 years ago
  37. 6cdccfc i18n: make GETTEXT_POISON a runtime option by Ævar Arnfjörð Bjarmason · 6 years ago
  38. 340fde6 Merge branch 'bp/rename-test-env-var' by Junio C Hamano · 6 years ago
  39. f2e2136 Merge branch 'md/test-cleanup' by Junio C Hamano · 6 years ago
  40. dcbaa0b t/*: fix ordering of expected/observed arguments by Matthew DeVore · 6 years ago
  41. 4231d1b t0000: do not get self-test disrupted by environment warnings by Junio C Hamano · 6 years ago
  42. e483e14 t0000: update tests for SHA-256 by brian m. carlson · 7 years ago
  43. cdd1e17 t0000: use hash translation table by brian m. carlson · 7 years ago
  44. 2c02b11 t: add test functions to translate hash-related values by brian m. carlson · 7 years ago
  45. 986c518 Merge branch 'sg/test-must-be-empty' by Junio C Hamano · 7 years ago
  46. ec10b01 tests: use 'test_must_be_empty' instead of '! test -s' by SZEDER Gábor · 7 years ago
  47. 75651fd t0000-t0999: fix broken &&-chains by Eric Sunshine · 7 years ago
  48. 5b9ba9b t0000: annotate with SHA1 prerequisite by brian m. carlson · 7 years ago
  49. 01d3a52 t0000: check whether the shell supports the "local" keyword by Michael Haggerty · 7 years ago
  50. f9e7d9f test-lib.sh: introduce and use $EMPTY_TREE by Nguyễn Thái Ngọc Duy · 9 years ago
  51. 832c0e5 typofix: assorted typofixes in comments, documentation and messages by Li Peng · 9 years ago
  52. 99094a7 t: fix trivial &&-chain breakage by Jeff King · 10 years ago
  53. 7e28c16 t0000-*.sh: fix the GIT_SKIP_TESTS sub-tests by Ramsay Jones · 11 years ago
  54. 0445e6f test-lib: '--run' to run only specific tests by Ilya Bobyr · 11 years ago
  55. ef2ac68 test-lib: tests skipped by GIT_SKIP_TESTS say so by Ilya Bobyr · 11 years ago
  56. 738a8be t0000: drop "known breakage" test by Jeff King · 11 years ago
  57. a63c12c t0000: simplify HARNESS_ACTIVE hack by Jeff King · 11 years ago
  58. 6883047 t0000: set TEST_OUTPUT_DIRECTORY for sub-tests by Jeff King · 11 years ago
  59. f3930e4 Merge branch 'tr/test-v-and-v-subtest-only' by Junio C Hamano · 12 years ago
  60. e66681e t0000: do not use export X=Y by Torsten Bögershausen · 12 years ago
  61. 04f2ddd Merge branch 'tr/test-v-and-v-subtest-only' by Junio C Hamano · 12 years ago
  62. ff09af3 test-lib: verbose mode for only tests matching a pattern by Thomas Rast · 12 years ago
  63. 517cd55 test-lib: self-test that --verbose works by Thomas Rast · 12 years ago
  64. c723a76 t0000: use test_ln_s_add to remove SYMLINKS prerequisite by Johannes Sixt · 12 years ago
  65. 6fedcd8 Merge branch 'as/test-tweaks' by Junio C Hamano · 12 years ago
  66. b73d9a2 tests: paint unexpectedly fixed known breakages in bold red by Adam Spiers · 12 years ago
  67. 5ebf89e tests: test the test framework more thoroughly by Adam Spiers · 12 years ago
  68. 565b6fa tests: refactor mechanics of testing in a sub test-lib by Adam Spiers · 12 years ago
  69. 5e5c006 tests: test number comes first in 'not ok $count - $message' by Adam Spiers · 12 years ago
  70. bdccd3c test-lib: allow negation of prerequisites by Jeff King · 12 years ago
  71. 86bdfa3 Merge branch 'rr/test-make-sure-we-have-git' by Junio C Hamano · 12 years ago
  72. 2006f0a t/test-lib: make sure Git has already been built by Ramkumar Ramachandra · 12 years ago
  73. 8da650b t0060: move tests of real_path() from t0000 to here by Michael Haggerty · 13 years ago
  74. 1b5b2b6 t0000: modernise style by Stefano Lattarini · 13 years ago
  75. e2a57aa Name make_*_path functions more accurately by Carlos Martín Nieto · 14 years ago
  76. 9cf3f14 t0000: quote TAP snippets in test code by Thomas Rast · 14 years ago
  77. 892e6f7 test-lib: make test_expect_code a test command by Ævar Arnfjörð Bjarmason · 14 years ago
  78. 7b90511 t/t0000-basic.sh: Run the passing TODO test inside its own test-lib by Ævar Arnfjörð Bjarmason · 15 years ago
  79. ce60653 test-lib: Multi-prereq support only checked the last prereq by Ævar Arnfjörð Bjarmason · 15 years ago
  80. 93a5724 test-lib: Add support for multiple test prerequisites by Ævar Arnfjörð Bjarmason · 15 years ago
  81. 8d676d8 Merge branch 'gv/portable' by Junio C Hamano · 15 years ago
  82. 4fdf71b tests: use "test_cmp", not "diff", when verifying the result by Gary V. Vaughan · 15 years ago
  83. b6b0afd test-lib: some shells do not let $? propagate into an eval by Jonathan Nieder · 15 years ago
  84. 704a314 Use prerequisite tags to skip tests that depend on symbolic links by Johannes Sixt · 16 years ago
  85. a7bb394 test-lib: Infrastructure to test and check for prerequisites by Johannes Sixt · 16 years ago
  86. 188c382 Tests: use test_cmp instead of diff where possible by Miklos Vajna · 16 years ago
  87. d492b31 t/: Use "test_must_fail git" instead of "! git" by Stephan Beyer · 17 years ago
  88. d553e73 Fold test-absolute-path into test-path-utils by David Reiss · 17 years ago
  89. f69e836 Fix tests breaking when checkout path contains shell metacharacters by Bryan Donlan · 17 years ago
  90. e371a4c Fix make_absolute_path() for parameters without a slash by Johannes Schindelin · 17 years ago
  91. e0197c9 Merge branch 'lt/in-core-index' by Junio C Hamano · 17 years ago
  92. 41ac414 Sane use of test_expect_failure by Junio C Hamano · 17 years ago
  93. 7fec10b index: be careful when handling long names by Junio C Hamano · 17 years ago
  94. e5392c5 Add is_absolute_path() and make_absolute_path() by Johannes Schindelin · 18 years ago
  95. 5be6007 Rewrite "git-frotz" to "git frotz" by Junio C Hamano · 18 years ago
  96. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  97. 5c94f87 use 'init' instead of 'init-db' for shipped docs and tools by Nicolas Pitre · 18 years ago
  98. 81a361b Fix check_file_directory_conflict(). by Junio C Hamano · 18 years ago
  99. e2b7008 Get rid of the dependency on RCS' merge program by Johannes Schindelin · 18 years ago
  100. 7cdbff1 remove merge-recursive-old by Junio C Hamano · 18 years ago