Age | Commit message (Expand) | Author | Files | Lines |
2010-12-14 | t3600-rm.sh: Don't pass a non-existent prereq to test #15 | Ramsay Jones | 1 | -1/+1 |
2010-08-18 | tests: A SANITY test prereq for testing if we're root | Ævar Arnfjörð Bjarmason | 1 | -16/+0 |
2010-06-25 | tests: Skip tests in a way that makes sense under TAP | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2010-02-18 | rm: fix bug in recursive subdirectory removal | Jeff King | 1 | -0/+8 |
2009-03-22 | t3600: Use test prerequisite tags | Johannes Sixt | 1 | -28/+30 |
2009-03-19 | Call 'say' outside test_expect_success | Johannes Sixt | 1 | -1/+2 |
2009-03-19 | test suite: Use 'say' to say something instead of 'test_expect_success' | Johannes Sixt | 1 | -1/+1 |
2008-12-21 | Make sure lockfiles are unlocked when dying on SIGPIPE | Junio C Hamano | 1 | -0/+17 |
2008-11-28 | git add --intent-to-add: fix removal of cached emptiness | Junio C Hamano | 1 | -2/+2 |
2008-10-22 | rm: loosen safety valve for empty files | Jeff King | 1 | -0/+13 |
2008-10-08 | git rm: refresh index before up-to-date check | Johannes Schindelin | 1 | -8/+17 |
2008-09-03 | tests: use "git xyzzy" form (t3600 - t6999) | Nanako Shiraishi | 1 | -2/+2 |
2008-07-19 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+12 |
2008-07-19 | builtin-rm: fix index lock file path | Olivier Marin | 1 | -0/+12 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -13/+13 |
2008-02-01 | Sane use of test_expect_failure | Junio C Hamano | 1 | -8/+9 |
2008-01-05 | t/t{3600,3800,5401}: do not use egrep when grep would do | Junio C Hamano | 1 | -1/+1 |
2007-07-13 | More permissive "git-rm --cached" behavior without -f. | Matthieu Moy | 1 | -0/+34 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -24/+24 |
2007-04-17 | Add --ignore-unmatch option to exit with zero status when no files are removed. | Steven Grimm | 1 | -0/+4 |
2007-04-16 | Add --quiet option to suppress output of "rm" commands for removed files. | Steven Grimm | 1 | -0/+24 |
2006-12-25 | t3600: update the test for updated git rm | Junio C Hamano | 1 | -4/+74 |
2006-05-29 | Remove unnecessary output from t3600-rm. | Shawn Pearce | 1 | -19/+23 |
2006-04-13 | t3600-rm: skip failed-remove test when we cannot make an unremovable file. | Junio C Hamano | 1 | -3/+15 |
2006-03-03 | workaround fat/ntfs deficiencies for t3600-rm.sh (git-rm) | Alex Riesen | 1 | -6/+17 |
2006-02-22 | git-rm: Fix to properly handle files with spaces, tabs, newlines, etc. | Carl Worth | 1 | -17/+35 |
2006-02-22 | Add new git-rm command with documentation | Carl Worth | 1 | -0/+42 |