summaryrefslogtreecommitdiff
path: root/t/t3600-rm.sh
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-19builtin-rm: fix index lock file pathLibravatar Olivier Marin1-0/+12
2008-07-13t/: Use "test_must_fail git" instead of "! git"Libravatar Stephan Beyer1-13/+13
2008-02-01Sane use of test_expect_failureLibravatar Junio C Hamano1-8/+9
2008-01-05t/t{3600,3800,5401}: do not use egrep when grep would doLibravatar Junio C Hamano1-1/+1
2007-07-13More permissive "git-rm --cached" behavior without -f.Libravatar Matthieu Moy1-0/+34
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-24/+24
2007-04-17Add --ignore-unmatch option to exit with zero status when no files are removed.Libravatar Steven Grimm1-0/+4
2007-04-16Add --quiet option to suppress output of "rm" commands for removed files.Libravatar Steven Grimm1-0/+24
2006-12-25t3600: update the test for updated git rmLibravatar Junio C Hamano1-4/+74
2006-05-29Remove unnecessary output from t3600-rm.Libravatar Shawn Pearce1-19/+23
2006-04-13t3600-rm: skip failed-remove test when we cannot make an unremovable file.Libravatar Junio C Hamano1-3/+15
2006-03-03workaround fat/ntfs deficiencies for t3600-rm.sh (git-rm)Libravatar Alex Riesen1-6/+17
2006-02-22git-rm: Fix to properly handle files with spaces, tabs, newlines, etc.Libravatar Carl Worth1-17/+35
2006-02-22Add new git-rm command with documentationLibravatar Carl Worth1-0/+42