aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3600-rm.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06Sync with 2.34.5Taylor Blau1-1/+2
2022-10-06Sync with 2.30.6Taylor Blau1-1/+2
2022-10-01t/t3NNN: allow local submodulesTaylor Blau1-1/+2
2021-12-13tests: simplify by dropping unnecessary `for` loopsEric Sunshine1-4/+1
2021-12-13tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine1-1/+1
2021-02-25Merge branch 'ab/detox-gettext-tests'Junio C Hamano1-8/+8
2021-02-12Merge branch 'ab/tests-various-fixup'Junio C Hamano1-2/+14
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-8/+8
2021-01-23rm tests: actually test for SIGPIPE in SIGPIPE testÆvar Arnfjörð Bjarmason1-2/+14
2020-11-19t3[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-6/+6
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-1/+0
2020-01-28git rm submodule: succeed if .gitmodules index stat info is zeroDavid Turner1-0/+7
2019-11-29t3600: comment on inducing SIGPIPE in `git rm`Denton Liu1-0/+1
2019-11-29t3600: stop losing return codes of git commandsDenton Liu1-2/+4
2019-11-29t3600: use test_line_count() where possibleDenton Liu1-3/+4
2019-08-20t3600: make hash size independentbrian m. carlson1-1/+3
2019-07-25Merge branch 'jc/denoise-rm-to-resolve'Junio C Hamano1-0/+13
2019-07-18rm: resolving by removal is not a warning-worthy eventJunio C Hamano1-0/+13
2019-03-08t3600: use helpers to replace test -d/f/e/s <path>Rohit Ashiwal1-75/+75
2019-03-08t3600: modernize styleRohit Ashiwal1-100/+107
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-3/+3
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor1-3/+3
2018-08-06t: factor out FUNNYNAMES as shared lazy prereqWilliam Chargin1-5/+3
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy1-1/+1
2017-11-15Merge branch 'sr/wrapper-quote-filenames'Junio C Hamano1-1/+1
2017-11-06Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano1-3/+2
2017-11-06wrapper.c: consistently quote filenames in error messagesSimon Ruderich1-1/+1
2017-06-23pathspec: die on empty strings as pathspecEmily Xie1-3/+2
2017-05-23t3600: clean up permissions test properlyMichael Haggerty1-2/+2
2017-04-19Merge branch 'sb/submodule-short-status'Junio C Hamano1-5/+13
2017-03-29submodule.c: correctly handle nested submodules in is_submodule_modifiedStefan Beller1-1/+1
2017-03-29short status: improve reporting for submodule changesStefan Beller1-5/+13
2017-03-22t3600: rename test to describe its functionalityStefan Beller1-1/+1
2017-01-18Merge branch 'sb/submodule-rm-absorb'Junio C Hamano1-24/+15
2016-12-27rm: absorb a submodules git dir before deletionStefan Beller1-26/+17
2016-12-19Merge branch 'sb/t3600-cleanup'Junio C Hamano1-73/+51
2016-12-12t3600: slightly modernize styleStefan Beller1-73/+51
2016-12-05t3600: remove useless redirectStefan Beller1-1/+1
2016-06-22pathspec: warn on empty strings as pathspecEmily Xie1-0/+5
2016-02-17Merge branch 'js/mingw-tests'Junio C Hamano1-1/+1
2016-01-28mingw: do not bother to test funny file namesJohannes Schindelin1-1/+1
2015-12-28t/t3600-rm.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2015-03-20t3600: fix &&-chain breakage for setup commandsJeff King1-18/+18
2015-03-20t: fix trivial &&-chain breakageJeff King1-2/+2
2015-03-20t: fix severe &&-chain breakageJeff King1-1/+1
2014-03-31tests: don't rely on strerror text when testing rmdir failureCharles Bailey1-2/+1
2014-01-07rm: better document side effects when removing a submoduleJens Lehmann1-0/+16
2013-10-30Merge branch 'sg/t3600-nul-sha1-fix'Junio C Hamano1-7/+4
2013-10-16t3600: fix broken "choking git rm" testSZEDER Gábor1-7/+4