Age | Commit message (Expand) | Author | Files | Lines |
2017-05-23 | t3600: clean up permissions test properly | Michael Haggerty | 1 | -2/+2 |
2017-04-19 | Merge branch 'sb/submodule-short-status' | Junio C Hamano | 1 | -5/+13 |
2017-03-29 | submodule.c: correctly handle nested submodules in is_submodule_modified | Stefan Beller | 1 | -1/+1 |
2017-03-29 | short status: improve reporting for submodule changes | Stefan Beller | 1 | -5/+13 |
2017-03-22 | t3600: rename test to describe its functionality | Stefan Beller | 1 | -1/+1 |
2017-01-18 | Merge branch 'sb/submodule-rm-absorb' | Junio C Hamano | 1 | -24/+15 |
2016-12-27 | rm: absorb a submodules git dir before deletion | Stefan Beller | 1 | -26/+17 |
2016-12-19 | Merge branch 'sb/t3600-cleanup' | Junio C Hamano | 1 | -73/+51 |
2016-12-12 | t3600: slightly modernize style | Stefan Beller | 1 | -73/+51 |
2016-12-05 | t3600: remove useless redirect | Stefan Beller | 1 | -1/+1 |
2016-06-22 | pathspec: warn on empty strings as pathspec | Emily Xie | 1 | -0/+5 |
2016-02-17 | Merge branch 'js/mingw-tests' | Junio C Hamano | 1 | -1/+1 |
2016-01-28 | mingw: do not bother to test funny file names | Johannes Schindelin | 1 | -1/+1 |
2015-12-28 | t/t3600-rm.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -2/+2 |
2015-03-20 | t3600: fix &&-chain breakage for setup commands | Jeff King | 1 | -18/+18 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -2/+2 |
2015-03-20 | t: fix severe &&-chain breakage | Jeff King | 1 | -1/+1 |
2014-03-31 | tests: don't rely on strerror text when testing rmdir failure | Charles Bailey | 1 | -2/+1 |
2014-01-07 | rm: better document side effects when removing a submodule | Jens Lehmann | 1 | -0/+16 |
2013-10-30 | Merge branch 'sg/t3600-nul-sha1-fix' | Junio C Hamano | 1 | -7/+4 |
2013-10-16 | t3600: fix broken "choking git rm" test | SZEDER Gábor | 1 | -7/+4 |
2013-08-06 | rm: delete .gitmodules entry of submodules removed from the work tree | Jens Lehmann | 1 | -6/+92 |
2013-06-12 | rm: introduce advice.rmHints to shorten messages | Mathieu Lienard--Mayor | 1 | -0/+29 |
2013-06-12 | rm: better error message on failure for multiple files | Mathieu Lienard--Mayor | 1 | -0/+67 |
2013-04-04 | t3600: document failure of rm across symbolic links | Jeff King | 1 | -0/+28 |
2013-04-04 | t3600: test behavior of reverse-d/f conflict | Jeff King | 1 | -0/+12 |
2013-04-04 | rm: do not complain about d/f conflicts during deletion | Jeff King | 1 | -0/+25 |
2012-12-19 | t3600: Avoid "cp -a", which is a GNUism | Junio C Hamano | 1 | -3/+3 |
2012-11-23 | Teach rm to remove submodules when given with a trailing '/' | Jens Lehmann | 1 | -0/+17 |
2012-09-29 | submodule: teach rm to remove submodules unless they contain a git directory | Jens Lehmann | 1 | -0/+343 |
2011-05-06 | Merge branch 'jc/fix-diff-files-unmerged' | Junio C Hamano | 1 | -2/+1 |
2011-04-23 | test: use $_z40 from test-lib | Junio C Hamano | 1 | -2/+1 |
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 |