Age | Commit message (Expand) | Author | Files | Lines |
2021-05-13 | dir: traverse into untracked directories if they may have ignored subfiles | Elijah Newren | 1 | -1/+1 |
2021-05-13 | dir: avoid unnecessary traversal into ignored directory | Elijah Newren | 1 | -1/+1 |
2021-05-13 | t3001, t7300: add testcase showcasing missed directory traversal | Elijah Newren | 1 | -0/+19 |
2021-05-13 | t7300: add testcase showing unnecessary traversal into ignored directory | Elijah Newren | 1 | -0/+23 |
2021-02-10 | tests: remove most uses of C_LOCALE_OUTPUT | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2020-01-16 | dir: treat_leading_path() and read_directory_recursive(), round 2 | Elijah Newren | 1 | -1/+1 |
2020-01-16 | clean: demonstrate a bug with pathspecs | Derrick Stolee | 1 | -0/+9 |
2019-09-17 | clean: avoid removing untracked files in a nested git repository | Elijah Newren | 1 | -5/+5 |
2019-09-17 | clean: disambiguate the definition of -d | Elijah Newren | 1 | -0/+2 |
2019-09-17 | dir: if our pathspec might match files under a dir, recurse into it | Elijah Newren | 1 | -2/+2 |
2019-09-17 | dir: also check directories for matching pathspecs | Elijah Newren | 1 | -2/+2 |
2019-09-17 | t7300: add testcases showing failure to clean specified pathspecs | Elijah Newren | 1 | -0/+32 |
2019-08-26 | t7300-clean: demonstrate deleting nested repo with an ignored file breakage | SZEDER Gábor | 1 | -0/+22 |
2019-07-19 | clean: show an error message when the path is too long | Johannes Schindelin | 1 | -0/+12 |
2017-05-24 | clean: teach clean -d to preserve ignored paths | Samuel Lijin | 1 | -1/+1 |
2017-05-22 | t7300: clean -d should skip dirs with ignored files | Samuel Lijin | 1 | -0/+16 |
2016-05-03 | t7300: mark test with SANITY | Stefan Beller | 1 | -1/+1 |
2015-09-02 | Merge branch 'ee/clean-test-fixes' | Junio C Hamano | 1 | -12/+4 |
2015-08-31 | t7300: fix broken && chains | Erik Elfström | 1 | -12/+4 |
2015-08-11 | t7300-clean: require POSIXPERM for chmod 0 test | Johannes Sixt | 1 | -1/+1 |
2015-06-15 | clean: improve performance when removing lots of directories | Erik Elfström | 1 | -6/+4 |
2015-06-15 | t7300: add tests to document behavior of clean and nested git | Erik Elfström | 1 | -0/+142 |
2015-03-20 | t: use verbose instead of hand-rolled errors | Jeff King | 1 | -8/+2 |
2014-07-02 | Merge branch 'maint-1.8.5' into maint | Junio C Hamano | 1 | -2/+2 |
2014-07-02 | t7300: repair filesystem permissions with test_when_finished | Jeff King | 1 | -2/+2 |
2014-03-11 | clean: respect pathspecs with "-d" | Jeff King | 1 | -0/+16 |
2013-04-15 | dir.c: git-clean -d -X: don't delete tracked directories | Karsten Blees | 1 | -0/+34 |
2012-03-15 | clean: preserve nested git worktree in subdirectories | Junio C Hamano | 1 | -5/+22 |
2011-04-27 | Merge branch 'ar/clean-rmdir-empty' | Junio C Hamano | 1 | -0/+7 |
2011-04-01 | clean: unreadable directory may still be rmdir-able if it is empty | Alex Riesen | 1 | -0/+7 |
2011-03-09 | i18n: git-clean basic messages | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2010-11-26 | t7300: add a missing SYMLINKS prerequisite | Johannes Sixt | 1 | -1/+1 |
2010-11-09 | tests: add missing &&, batch 2 | Jonathan Nieder | 1 | -1/+1 |
2010-09-17 | t/t7300: workaround ancient touch by rearranging arguments | Brandon Casey | 1 | -1/+1 |
2010-09-04 | Merge branch 'ab/test-2' | Junio C Hamano | 1 | -4/+3 |
2010-08-18 | tests: A SANITY test prereq for testing if we're root | Ævar Arnfjörð Bjarmason | 1 | -4/+3 |
2010-07-20 | Add test for git clean -e. | Jared Hance | 1 | -0/+16 |
2010-01-13 | Merge branch 'nd/sparse' | Junio C Hamano | 1 | -0/+19 |
2009-08-23 | Read .gitignore from index if it is skip-worktree | Nguyễn Thái Ngọc Duy | 1 | -0/+19 |
2009-07-29 | clean: require double -f options to nuke nested git repository and work tree | Junio C Hamano | 1 | -0/+39 |
2009-03-19 | t7300: fix clean up on Windows | Johannes Schindelin | 1 | -3/+3 |
2008-09-03 | tests: use "git xyzzy" form (t7200 - t9001) | Nanako Shiraishi | 1 | -36/+36 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -2/+2 |
2008-05-05 | Fix tests breaking when checkout path contains shell metacharacters | Bryan Donlan | 1 | -1/+1 |
2008-04-14 | git clean: Add test to verify directories aren't removed with a prefix | Shawn Bohrer | 1 | -2/+3 |
2008-03-07 | git-clean: add tests for relative path | Junio C Hamano | 1 | -0/+52 |
2008-03-03 | Fix test for cleanup failure in t7300 on Windows | Alex Riesen | 1 | -1/+2 |
2008-02-20 | git-clean: handle errors if removing files fails | Miklos Vajna | 1 | -0/+10 |
2007-12-05 | t7300: add test for clean with wildcard pathspec | Jeff King | 1 | -0/+14 |
2007-11-14 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+11 |