summaryrefslogtreecommitdiff
path: root/t/t3600-rm.sh
AgeCommit message (Expand)Author
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
2009-03-19Call 'say' outside test_expect_successJohannes Sixt
2009-03-19test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt
2008-12-21Make sure lockfiles are unlocked when dying on SIGPIPEJunio C Hamano
2008-11-29git add --intent-to-add: fix removal of cached emptinessJunio C Hamano
2008-10-23rm: loosen safety valve for empty filesJeff King
2008-10-08git rm: refresh index before up-to-date checkJohannes Schindelin
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi
2008-07-19Merge branch 'maint'Junio C Hamano
2008-07-19builtin-rm: fix index lock file pathOlivier Marin
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-02-02Sane use of test_expect_failureJunio C Hamano
2008-01-05t/t{3600,3800,5401}: do not use egrep when grep would doJunio C Hamano
2007-07-14More permissive "git-rm --cached" behavior without -f.Matthieu Moy
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-04-17Add --ignore-unmatch option to exit with zero status when no files are removed.Steven Grimm
2007-04-16Add --quiet option to suppress output of "rm" commands for removed files.Steven Grimm
2006-12-25t3600: update the test for updated git rmJunio C Hamano
2006-05-29Remove unnecessary output from t3600-rm.Shawn Pearce
2006-04-13t3600-rm: skip failed-remove test when we cannot make an unremovable file.Junio C Hamano
2006-03-03workaround fat/ntfs deficiencies for t3600-rm.sh (git-rm)Alex Riesen
2006-02-23git-rm: Fix to properly handle files with spaces, tabs, newlines, etc.Carl Worth
2006-02-23Add new git-rm command with documentationCarl Worth