1. 00f6991 t/Makefile: always test all lint targets when running tests by Jens Lehmann · 11 years ago
  2. cd78cea t/Makefile: check helper scripts for non-portable shell commands too by Jens Lehmann · 11 years ago
  3. a6ca9df t/Makefile: stop setting GIT_CONFIG by Jeff King · 11 years ago
  4. 31d176d Merge branch 'jk/test-output' by Junio C Hamano · 12 years ago
  5. b3e0c4e t/Makefile: don't define TEST_RESULTS_DIRECTORY recursively by John Keeping · 12 years ago
  6. 6a776ac t/Makefile: remove smoke test targets by John Keeping · 12 years ago
  7. 54bb901 t/Makefile: fix result handling with TEST_OUTPUT_DIRECTORY by John Keeping · 12 years ago
  8. 4249d85 Merge branch 'tb/test-shell-lint' by Junio C Hamano · 12 years ago
  9. 81127d7 tests: turn on test-lint by default by Jeff King · 12 years ago
  10. c7ce70a test: Add check-non-portable-shell.pl by Torsten Bögershausen · 12 years ago
  11. dd6fc7c Makefile: whitespace style fixes in macro definitions by Stefano Lattarini · 12 years ago
  12. 60f26f6 t/Makefile: retain cache t/.prove across prove runs by Michael Haggerty · 13 years ago
  13. 342e9ef Introduce a performance testing framework by Thomas Rast · 13 years ago
  14. 6f5e880 Sync with maint by Junio C Hamano · 13 years ago
  15. d24fbca Remove Git's support for smoke testing by Ævar Arnfjörð Bjarmason · 13 years ago
  16. aae5239 t/Makefile: Use $(sort ...) explicitly where needed by Kirill Smelkov · 13 years ago
  17. 7ef4d6b t/Makefile: pass test opts to valgrind target properly by Jeff King · 14 years ago
  18. d38732c tests: add some script lint checks by Jeff King · 14 years ago
  19. 4739c19 Merge branch 'mg/make-prove' by Junio C Hamano · 14 years ago
  20. 28d836c test: allow running the tests under "prove" by Michael J Gruber · 14 years ago
  21. 958a846 gitweb/Makefile: Add 'test' and 'test-installed' targets by Jakub Narebski · 14 years ago
  22. 9b777a1 cvs tests: do not touch test CVS repositories shipped with source by Junio C Hamano · 15 years ago
  23. 617344d t/Makefile: Create test-results dir for smoke target by Ævar Arnfjörð Bjarmason · 15 years ago
  24. e38efac t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report target by Ævar Arnfjörð Bjarmason · 15 years ago
  25. 4678a5c t/Makefile: Can't include GIT-BUILD-OPTIONS, it's a .sh by Ævar Arnfjörð Bjarmason · 15 years ago
  26. b6b84d1 tests: Infrastructure for Git smoke testing by Ævar Arnfjörð Bjarmason · 15 years ago
  27. 9a3028b tests: Ignore the Test::Harness .prove file by Ævar Arnfjörð Bjarmason · 15 years ago
  28. 7ea3ddf Only run aggregate-results over actual counts by Thomas Rast · 15 years ago
  29. 8d676d8 Merge branch 'gv/portable' by Junio C Hamano · 15 years ago
  30. 6508eed t/aggregate-results: accomodate systems with small max argument list length by Brandon Casey · 15 years ago
  31. b2b0026 test_cmp: do not use "diff -u" on platforms that lack one by Gary V. Vaughan · 15 years ago
  32. 7b3bdbb fixup: do not unconditionally disable "diff -u" by Junio C Hamano · 15 years ago
  33. 4fdf71b tests: use "test_cmp", not "diff", when verifying the result by Gary V. Vaughan · 15 years ago
  34. 34b383e t/Makefile: remove test artifacts upon "make clean" by Junio C Hamano · 15 years ago
  35. c14417c t/Makefile: include config.mak by Jeff King · 16 years ago
  36. b0085a7 Merge branch 'maint' by Junio C Hamano · 16 years ago
  37. 81db4ab test-lib: Clean up comments and Makefile. by Emil Sit · 16 years ago
  38. 3da9365 Tests: let --valgrind imply --verbose and --tee by Johannes Schindelin · 16 years ago
  39. 7f6fdea t/Makefile: provide a 'valgrind' target by Johannes Schindelin · 16 years ago
  40. abc5d37 Enable parallel tests by Johannes Schindelin · 17 years ago
  41. e3df89a tests: Clarify dependencies between tests, 'aggregate-results' and 'clean' by Johannes Schindelin · 17 years ago
  42. dd33927 t/Makefile: use specified shell when running aggregation script by SungHyun Nam · 17 years ago
  43. f8d5ffc Hook up the result aggregation in the test makefile. by Sverre Rabbelier · 17 years ago
  44. 2d84e9f Modify test-lib.sh to output stats to t/test-results/* by Sverre Rabbelier · 17 years ago
  45. 9231e3a t/Makefile: "trash" directory was renamed recently by Brandon Casey · 17 years ago
  46. 4cb08df Use $(RM) in Makefiles instead of 'rm -f' by Emil Medve · 18 years ago
  47. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  48. ed92f17 git-svn: remove non-delta fetch code paths by Eric Wong · 18 years ago
  49. b9c8518 git-svn: remove support for the svn command-line client by Eric Wong · 18 years ago
  50. e151611 git-svn: update tests for recent changes by Eric Wong · 18 years ago
  51. 7cdbff1 remove merge-recursive-old by Junio C Hamano · 18 years ago
  52. 60d02cc git-svn: migrate out of contrib by Eric Wong · 19 years ago
  53. 9c3796f Fix setting config variables with an alternative GIT_CONFIG by Johannes Schindelin · 19 years ago
  54. e6bfaf3 Makefile fixups. by A Large Angry SCM · 19 years ago
  55. 39c015c Fixes for ancient versions of GNU make by Johannes Schindelin · 19 years ago
  56. abb7c7b Optionally work without python by Johannes Schindelin · 19 years ago
  57. 23fc63b make tests ignorable with "make -i" by Alex Riesen · 19 years ago
  58. 4769948 Deal with $(bindir) and friends with whitespaces. by Junio C Hamano · 19 years ago
  59. 455a7f3 More portability. by Junio C Hamano · 19 years ago
  60. edde7a8 [PATCH] Make the test more shell generic and fix missing Solaris find option by Peter Eriksen · 19 years ago
  61. d6928eb t/Makefile: OPTS -> GIT_TEST_OPTS by Petr Baudis · 20 years ago
  62. 902d960 t/Makefile cleanup by Petr Baudis · 20 years ago
  63. e1970ce [PATCH 1/2] Test framework take two. by Junio C Hamano · 20 years ago