summaryrefslogtreecommitdiff
path: root/t/t3600-rm.sh
AgeCommit message (Expand)Author
2019-08-20t3600: make hash size independentbrian m. carlson
2019-07-25Merge branch 'jc/denoise-rm-to-resolve'Junio C Hamano
2019-07-18rm: resolving by removal is not a warning-worthy eventJunio C Hamano
2019-03-08t3600: use helpers to replace test -d/f/e/s <path>Rohit Ashiwal
2019-03-08t3600: modernize styleRohit Ashiwal
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor
2018-08-06t: factor out FUNNYNAMES as shared lazy prereqWilliam Chargin
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy
2017-11-15Merge branch 'sr/wrapper-quote-filenames'Junio C Hamano
2017-11-06Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano
2017-11-06wrapper.c: consistently quote filenames in error messagesSimon Ruderich
2017-06-23pathspec: die on empty strings as pathspecEmily Xie
2017-05-23t3600: clean up permissions test properlyMichael Haggerty
2017-04-20Merge branch 'sb/submodule-short-status'Junio C Hamano
2017-03-30submodule.c: correctly handle nested submodules in is_submodule_modifiedStefan Beller
2017-03-29short status: improve reporting for submodule changesStefan Beller
2017-03-22t3600: rename test to describe its functionalityStefan Beller
2017-01-18Merge branch 'sb/submodule-rm-absorb'Junio C Hamano
2016-12-27rm: absorb a submodules git dir before deletionStefan Beller
2016-12-19Merge branch 'sb/t3600-cleanup'Junio C Hamano
2016-12-13t3600: slightly modernize styleStefan Beller
2016-12-05t3600: remove useless redirectStefan Beller
2016-06-22pathspec: warn on empty strings as pathspecEmily Xie
2016-02-17Merge branch 'js/mingw-tests'Junio C Hamano
2016-01-28mingw: do not bother to test funny file namesJohannes Schindelin
2015-12-28t/t3600-rm.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-03-20t3600: fix &&-chain breakage for setup commandsJeff King
2015-03-20t: fix trivial &&-chain breakageJeff King
2015-03-20t: fix severe &&-chain breakageJeff King
2014-03-31tests: don't rely on strerror text when testing rmdir failureCharles Bailey
2014-01-07rm: better document side effects when removing a submoduleJens Lehmann
2013-10-30Merge branch 'sg/t3600-nul-sha1-fix'Junio C Hamano
2013-10-16t3600: fix broken "choking git rm" testSZEDER Gábor
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann
2013-06-12rm: introduce advice.rmHints to shorten messagesMathieu Lienard--Mayor
2013-06-12rm: better error message on failure for multiple filesMathieu Lienard--Mayor
2013-04-05t3600: document failure of rm across symbolic linksJeff King
2013-04-04t3600: test behavior of reverse-d/f conflictJeff King
2013-04-04rm: do not complain about d/f conflicts during deletionJeff King
2012-12-19t3600: Avoid "cp -a", which is a GNUismJunio C Hamano
2012-11-24Teach rm to remove submodules when given with a trailing '/'Jens Lehmann
2012-09-29submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann
2011-05-06Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano
2011-04-24test: use $_z40 from test-libJunio C Hamano
2010-12-14t3600-rm.sh: Don't pass a non-existent prereq to test #15Ramsay Jones
2010-08-18tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason
2010-02-19rm: fix bug in recursive subdirectory removalJeff King
2009-03-22t3600: Use test prerequisite tagsJohannes Sixt