Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -1/+1 | |
This patch changes every occurrence of "! git" -- with the meaning that a git call has to gracefully fail -- into "test_must_fail git". This is useful to - make sure the test does not fail because of a signal, e.g. SIGSEGV, and - advertise the use of "test_must_fail" for new tests. Signed-off-by: Stephan Beyer <s-beyer@gmx.net> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2008-07-04 | Fix executable bits in t/ scripts | Junio C Hamano | 1 | -0/+0 | |
Pointed out by Ramsay Jones. Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2008-03-05 | Add a very basic test script for git mergetool | Charles Bailey | 1 | -0/+46 | |
Signed-off-by: Charles Bailey <charles@hashpling.org> Signed-off-by: Junio C Hamano <gitster@pobox.com> |