summaryrefslogtreecommitdiff
path: root/t/t3600-rm.sh
AgeCommit message (Expand)AuthorFilesLines
2018-03-27t/helper: merge test-chmtime into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-11-15Merge branch 'sr/wrapper-quote-filenames'Libravatar Junio C Hamano1-1/+1
2017-11-06Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Libravatar Junio C Hamano1-3/+2
2017-11-06wrapper.c: consistently quote filenames in error messagesLibravatar Simon Ruderich1-1/+1
2017-06-23pathspec: die on empty strings as pathspecLibravatar Emily Xie1-3/+2
2017-05-23t3600: clean up permissions test properlyLibravatar Michael Haggerty1-2/+2
2017-04-19Merge branch 'sb/submodule-short-status'Libravatar Junio C Hamano1-5/+13
2017-03-29submodule.c: correctly handle nested submodules in is_submodule_modifiedLibravatar Stefan Beller1-1/+1
2017-03-29short status: improve reporting for submodule changesLibravatar Stefan Beller1-5/+13
2017-03-22t3600: rename test to describe its functionalityLibravatar Stefan Beller1-1/+1
2017-01-18Merge branch 'sb/submodule-rm-absorb'Libravatar Junio C Hamano1-24/+15
2016-12-27rm: absorb a submodules git dir before deletionLibravatar Stefan Beller1-26/+17
2016-12-19Merge branch 'sb/t3600-cleanup'Libravatar Junio C Hamano1-73/+51
2016-12-12t3600: slightly modernize styleLibravatar Stefan Beller1-73/+51
2016-12-05t3600: remove useless redirectLibravatar Stefan Beller1-1/+1
2016-06-22pathspec: warn on empty strings as pathspecLibravatar Emily Xie1-0/+5
2016-02-17Merge branch 'js/mingw-tests'Libravatar Junio C Hamano1-1/+1
2016-01-28mingw: do not bother to test funny file namesLibravatar Johannes Schindelin1-1/+1
2015-12-28t/t3600-rm.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2015-03-20t3600: fix &&-chain breakage for setup commandsLibravatar Jeff King1-18/+18
2015-03-20t: fix trivial &&-chain breakageLibravatar Jeff King1-2/+2
2015-03-20t: fix severe &&-chain breakageLibravatar Jeff King1-1/+1
2014-03-31tests: don't rely on strerror text when testing rmdir failureLibravatar Charles Bailey1-2/+1
2014-01-07rm: better document side effects when removing a submoduleLibravatar Jens Lehmann1-0/+16
2013-10-30Merge branch 'sg/t3600-nul-sha1-fix'Libravatar Junio C Hamano1-7/+4
2013-10-16t3600: fix broken "choking git rm" testLibravatar SZEDER Gábor1-7/+4
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeLibravatar Jens Lehmann1-6/+92
2013-06-12rm: introduce advice.rmHints to shorten messagesLibravatar Mathieu Lienard--Mayor1-0/+29
2013-06-12rm: better error message on failure for multiple filesLibravatar Mathieu Lienard--Mayor1-0/+67
2013-04-04t3600: document failure of rm across symbolic linksLibravatar Jeff King1-0/+28
2013-04-04t3600: test behavior of reverse-d/f conflictLibravatar Jeff King1-0/+12
2013-04-04rm: do not complain about d/f conflicts during deletionLibravatar Jeff King1-0/+25
2012-12-19t3600: Avoid "cp -a", which is a GNUismLibravatar Junio C Hamano1-3/+3
2012-11-23Teach rm to remove submodules when given with a trailing '/'Libravatar Jens Lehmann1-0/+17
2012-09-29submodule: teach rm to remove submodules unless they contain a git directoryLibravatar Jens Lehmann1-0/+343
2011-05-06Merge branch 'jc/fix-diff-files-unmerged'Libravatar Junio C Hamano1-2/+1
2011-04-23test: use $_z40 from test-libLibravatar Junio C Hamano1-2/+1
2010-12-14t3600-rm.sh: Don't pass a non-existent prereq to test #15Libravatar Ramsay Jones1-1/+1
2010-08-18tests: A SANITY test prereq for testing if we're rootLibravatar Ævar Arnfjörð Bjarmason1-16/+0
2010-06-25tests: Skip tests in a way that makes sense under TAPLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2010-02-18rm: fix bug in recursive subdirectory removalLibravatar Jeff King1-0/+8
2009-03-22t3600: Use test prerequisite tagsLibravatar Johannes Sixt1-28/+30
2009-03-19Call 'say' outside test_expect_successLibravatar Johannes Sixt1-1/+2
2009-03-19test suite: Use 'say' to say something instead of 'test_expect_success'Libravatar Johannes Sixt1-1/+1
2008-12-21Make sure lockfiles are unlocked when dying on SIGPIPELibravatar Junio C Hamano1-0/+17
2008-11-28git add --intent-to-add: fix removal of cached emptinessLibravatar Junio C Hamano1-2/+2
2008-10-22rm: loosen safety valve for empty filesLibravatar Jeff King1-0/+13
2008-10-08git rm: refresh index before up-to-date checkLibravatar Johannes Schindelin1-8/+17
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Libravatar Nanako Shiraishi1-2/+2
2008-07-19Merge branch 'maint'Libravatar Junio C Hamano1-0/+12