Age | Commit message (Expand) | Author | Files | Lines |
2021-02-25 | Merge branch 'ab/detox-gettext-tests' | Junio C Hamano | 1 | -8/+8 |
2021-02-12 | Merge branch 'ab/tests-various-fixup' | Junio C Hamano | 1 | -2/+14 |
2021-02-10 | tests: remove most uses of test_i18ncmp | Ævar Arnfjörð Bjarmason | 1 | -8/+8 |
2021-01-23 | rm tests: actually test for SIGPIPE in SIGPIPE test | Ævar Arnfjörð Bjarmason | 1 | -2/+14 |
2020-11-19 | t3[5-9]*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -6/+6 |
2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
2020-07-30 | t: remove test_oid_init in tests | brian m. carlson | 1 | -1/+0 |
2020-01-28 | git rm submodule: succeed if .gitmodules index stat info is zero | David Turner | 1 | -0/+7 |
2019-11-29 | t3600: comment on inducing SIGPIPE in `git rm` | Denton Liu | 1 | -0/+1 |
2019-11-29 | t3600: stop losing return codes of git commands | Denton Liu | 1 | -2/+4 |
2019-11-29 | t3600: use test_line_count() where possible | Denton Liu | 1 | -3/+4 |
2019-08-20 | t3600: make hash size independent | brian m. carlson | 1 | -1/+3 |
2019-07-25 | Merge branch 'jc/denoise-rm-to-resolve' | Junio C Hamano | 1 | -0/+13 |
2019-07-18 | rm: resolving by removal is not a warning-worthy event | Junio C Hamano | 1 | -0/+13 |
2019-03-08 | t3600: use helpers to replace test -d/f/e/s <path> | Rohit Ashiwal | 1 | -75/+75 |
2019-03-08 | t3600: modernize style | Rohit Ashiwal | 1 | -100/+107 |
2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -3/+3 |
2018-08-21 | tests: use 'test_must_be_empty' instead of '! test -s' | SZEDER Gábor | 1 | -3/+3 |
2018-08-06 | t: factor out FUNNYNAMES as shared lazy prereq | William Chargin | 1 | -5/+3 |
2018-03-27 | t/helper: merge test-chmtime into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-11-15 | Merge branch 'sr/wrapper-quote-filenames' | Junio C Hamano | 1 | -1/+1 |
2017-11-06 | Merge branch 'ex/deprecate-empty-pathspec-as-match-all' | Junio C Hamano | 1 | -3/+2 |
2017-11-06 | wrapper.c: consistently quote filenames in error messages | Simon Ruderich | 1 | -1/+1 |
2017-06-23 | pathspec: die on empty strings as pathspec | Emily Xie | 1 | -3/+2 |
2017-05-23 | t3600: clean up permissions test properly | Michael Haggerty | 1 | -2/+2 |
2017-04-19 | Merge branch 'sb/submodule-short-status' | Junio C Hamano | 1 | -5/+13 |
2017-03-29 | submodule.c: correctly handle nested submodules in is_submodule_modified | Stefan Beller | 1 | -1/+1 |
2017-03-29 | short status: improve reporting for submodule changes | Stefan Beller | 1 | -5/+13 |
2017-03-22 | t3600: rename test to describe its functionality | Stefan Beller | 1 | -1/+1 |
2017-01-18 | Merge branch 'sb/submodule-rm-absorb' | Junio C Hamano | 1 | -24/+15 |
2016-12-27 | rm: absorb a submodules git dir before deletion | Stefan Beller | 1 | -26/+17 |
2016-12-19 | Merge branch 'sb/t3600-cleanup' | Junio C Hamano | 1 | -73/+51 |
2016-12-12 | t3600: slightly modernize style | Stefan Beller | 1 | -73/+51 |
2016-12-05 | t3600: remove useless redirect | Stefan Beller | 1 | -1/+1 |
2016-06-22 | pathspec: warn on empty strings as pathspec | Emily Xie | 1 | -0/+5 |
2016-02-17 | Merge branch 'js/mingw-tests' | Junio C Hamano | 1 | -1/+1 |
2016-01-28 | mingw: do not bother to test funny file names | Johannes Schindelin | 1 | -1/+1 |
2015-12-28 | t/t3600-rm.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -2/+2 |
2015-03-20 | t3600: fix &&-chain breakage for setup commands | Jeff King | 1 | -18/+18 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -2/+2 |
2015-03-20 | t: fix severe &&-chain breakage | Jeff King | 1 | -1/+1 |
2014-03-31 | tests: don't rely on strerror text when testing rmdir failure | Charles Bailey | 1 | -2/+1 |
2014-01-07 | rm: better document side effects when removing a submodule | Jens Lehmann | 1 | -0/+16 |
2013-10-30 | Merge branch 'sg/t3600-nul-sha1-fix' | Junio C Hamano | 1 | -7/+4 |
2013-10-16 | t3600: fix broken "choking git rm" test | SZEDER Gábor | 1 | -7/+4 |
2013-08-06 | rm: delete .gitmodules entry of submodules removed from the work tree | Jens Lehmann | 1 | -6/+92 |
2013-06-12 | rm: introduce advice.rmHints to shorten messages | Mathieu Lienard--Mayor | 1 | -0/+29 |
2013-06-12 | rm: better error message on failure for multiple files | Mathieu Lienard--Mayor | 1 | -0/+67 |
2013-04-04 | t3600: document failure of rm across symbolic links | Jeff King | 1 | -0/+28 |
2013-04-04 | t3600: test behavior of reverse-d/f conflict | Jeff King | 1 | -0/+12 |