summaryrefslogtreecommitdiff
path: root/t/t3600-rm.sh
Commit message (Expand)AuthorAgeFilesLines
* 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