summaryrefslogtreecommitdiff
path: root/t/t3600-rm.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: don't rely on strerror text when testing rmdir failurecb/aixCharles Bailey2014-03-311-2/+1
* rm: better document side effects when removing a submodulejl/submodule-mv-checkout-caveatJens Lehmann2014-01-071-0/+16
* Merge branch 'sg/t3600-nul-sha1-fix'Junio C Hamano2013-10-301-7/+4
|\
| * t3600: fix broken "choking git rm" testsg/t3600-nul-sha1-fixSZEDER Gábor2013-10-161-7/+4
* | rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-061-6/+92
* | rm: introduce advice.rmHints to shorten messagesMathieu Lienard--Mayor2013-06-121-0/+29
* | rm: better error message on failure for multiple filesMathieu Lienard--Mayor2013-06-121-0/+67
* | t3600: document failure of rm across symbolic linksJeff King2013-04-041-0/+28
* | t3600: test behavior of reverse-d/f conflictJeff King2013-04-041-0/+12
* | rm: do not complain about d/f conflicts during deletionJeff King2013-04-041-0/+25
* | t3600: Avoid "cp -a", which is a GNUismJunio C Hamano2012-12-191-3/+3
* | Teach rm to remove submodules when given with a trailing '/'Jens Lehmann2012-11-231-0/+17
* | submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann2012-09-291-0/+343
|/
* Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano2011-05-061-2/+1
|\
| * test: use $_z40 from test-libJunio C Hamano2011-04-231-2/+1
* | t3600-rm.sh: Don't pass a non-existent prereq to test #15Ramsay Jones2010-12-141-1/+1
|/
* tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason2010-08-181-16/+0
* tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-251-1/+1
* rm: fix bug in recursive subdirectory removalJeff King2010-02-181-0/+8
* t3600: Use test prerequisite tagsJohannes Sixt2009-03-221-28/+30
* Call 'say' outside test_expect_successJohannes Sixt2009-03-191-1/+2
* test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt2009-03-191-1/+1
* Make sure lockfiles are unlocked when dying on SIGPIPEJunio C Hamano2008-12-211-0/+17
* git add --intent-to-add: fix removal of cached emptinessJunio C Hamano2008-11-281-2/+2
* rm: loosen safety valve for empty filesJeff King2008-10-221-0/+13
* git rm: refresh index before up-to-date checkJohannes Schindelin2008-10-081-8/+17
* tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi2008-09-031-2/+2
* Merge branch 'maint'Junio C Hamano2008-07-191-0/+12
|\
| * builtin-rm: fix index lock file pathOlivier Marin2008-07-191-0/+12
* | t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-13/+13
|/
* Sane use of test_expect_failureJunio C Hamano2008-02-011-8/+9
* t/t{3600,3800,5401}: do not use egrep when grep would doJunio C Hamano2008-01-051-1/+1
* More permissive "git-rm --cached" behavior without -f.Matthieu Moy2007-07-131-0/+34
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-24/+24
* Add --ignore-unmatch option to exit with zero status when no files are removed.Steven Grimm2007-04-171-0/+4
* Add --quiet option to suppress output of "rm" commands for removed files.Steven Grimm2007-04-161-0/+24
* t3600: update the test for updated git rmJunio C Hamano2006-12-251-4/+74
* Remove unnecessary output from t3600-rm.Shawn Pearce2006-05-291-19/+23
* t3600-rm: skip failed-remove test when we cannot make an unremovable file.Junio C Hamano2006-04-131-3/+15
* workaround fat/ntfs deficiencies for t3600-rm.sh (git-rm)Alex Riesen2006-03-031-6/+17
* git-rm: Fix to properly handle files with spaces, tabs, newlines, etc.Carl Worth2006-02-221-17/+35
* Add new git-rm command with documentationCarl Worth2006-02-221-0/+42