summaryrefslogtreecommitdiffstats
path: root/t/t3600-rm.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
* checkout: clarify memory ownership in `unique_tracking_name()`Patrick Steinhardt2024-05-271-0/+1
* tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-4/+4
* Sync with 2.34.5Taylor Blau2022-10-061-1/+2
|\
| * Sync with 2.30.6Taylor Blau2022-10-061-1/+2
| |\
| | * t/t3NNN: allow local submodulesTaylor Blau2022-10-011-1/+2
* | | tests: simplify by dropping unnecessary `for` loopsEric Sunshine2021-12-131-4/+1
* | | tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine2021-12-131-1/+1
|/ /
* | Merge branch 'ab/detox-gettext-tests'Junio C Hamano2021-02-261-8/+8
|\ \
| * | tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-111-8/+8
* | | Merge branch 'ab/tests-various-fixup'Junio C Hamano2021-02-121-2/+14
|\ \ \ | |/ / |/| |
| * | rm tests: actually test for SIGPIPE in SIGPIPE testÆvar Arnfjörð Bjarmason2021-01-231-2/+14
| |/
* | t3[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-6/+6
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
|/
* t: remove test_oid_init in testsbrian m. carlson2020-07-301-1/+0
* git rm submodule: succeed if .gitmodules index stat info is zeroDavid Turner2020-01-281-0/+7
* t3600: comment on inducing SIGPIPE in `git rm`Denton Liu2019-11-291-0/+1
* t3600: stop losing return codes of git commandsDenton Liu2019-11-291-2/+4
* t3600: use test_line_count() where possibleDenton Liu2019-11-291-3/+4
* t3600: make hash size independentbrian m. carlson2019-08-201-1/+3
* Merge branch 'jc/denoise-rm-to-resolve'Junio C Hamano2019-07-251-0/+13
|\
| * rm: resolving by removal is not a warning-worthy eventJunio C Hamano2019-07-181-0/+13
* | t3600: use helpers to replace test -d/f/e/s <path>Rohit Ashiwal2019-03-081-75/+75
* | t3600: modernize styleRohit Ashiwal2019-03-081-100/+107
|/
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-3/+3
|\
| * tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor2018-08-211-3/+3
* | t: factor out FUNNYNAMES as shared lazy prereqWilliam Chargin2018-08-061-5/+3
|/
* t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
* Merge branch 'sr/wrapper-quote-filenames'Junio C Hamano2017-11-151-1/+1
|\
| * wrapper.c: consistently quote filenames in error messagesSimon Ruderich2017-11-061-1/+1
* | Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano2017-11-061-3/+2
|\ \ | |/ |/|
| * pathspec: die on empty strings as pathspecEmily Xie2017-06-231-3/+2
* | t3600: clean up permissions test properlyMichael Haggerty2017-05-231-2/+2
* | Merge branch 'sb/submodule-short-status'Junio C Hamano2017-04-201-5/+13
|\ \
| * | submodule.c: correctly handle nested submodules in is_submodule_modifiedStefan Beller2017-03-301-1/+1
| * | short status: improve reporting for submodule changesStefan Beller2017-03-301-5/+13
* | | t3600: rename test to describe its functionalityStefan Beller2017-03-221-1/+1
|/ /
* | Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-01-191-24/+15
|\ \
| * | rm: absorb a submodules git dir before deletionStefan Beller2016-12-271-26/+17
| |/
* | Merge branch 'sb/t3600-cleanup'Junio C Hamano2016-12-191-73/+51
|\ \ | |/ |/|
| * t3600: slightly modernize styleStefan Beller2016-12-131-73/+51
| * t3600: remove useless redirectStefan Beller2016-12-051-1/+1
* | pathspec: warn on empty strings as pathspecEmily Xie2016-06-231-0/+5
* | Merge branch 'js/mingw-tests'Junio C Hamano2016-02-171-1/+1
|\ \
| * | mingw: do not bother to test funny file namesJohannes Schindelin2016-01-281-1/+1
* | | t/t3600-rm.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-2/+2
|/ /
* | t3600: fix &&-chain breakage for setup commandsJeff King2015-03-201-18/+18
* | t: fix trivial &&-chain breakageJeff King2015-03-201-2/+2
* | t: fix severe &&-chain breakageJeff King2015-03-201-1/+1
* | tests: don't rely on strerror text when testing rmdir failureCharles Bailey2014-03-311-2/+1
|/