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