Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-10Merge branch 'ps/ref-tests-update'Junio C Hamano
2023-11-03t7300: assert exact states of repoPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-05-09t: drop "verbose" helper functionJeff King
2022-10-07Sync with 2.31.5Taylor Blau
2022-10-07Sync with 2.30.6Taylor Blau
2022-10-01t/t7NNN: allow local submodulesTaylor Blau
2021-05-13dir: traverse into untracked directories if they may have ignored subfilesElijah Newren
2021-05-13dir: avoid unnecessary traversal into ignored directoryElijah Newren
2021-05-13t3001, t7300: add testcase showcasing missed directory traversalElijah Newren
2021-05-13t7300: add testcase showing unnecessary traversal into ignored directoryElijah Newren
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2020-01-16dir: treat_leading_path() and read_directory_recursive(), round 2Elijah Newren
2020-01-16clean: demonstrate a bug with pathspecsDerrick Stolee
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren
2019-09-17clean: disambiguate the definition of -dElijah Newren
2019-09-17dir: if our pathspec might match files under a dir, recurse into itElijah Newren
2019-09-17dir: also check directories for matching pathspecsElijah Newren
2019-09-17t7300: add testcases showing failure to clean specified pathspecsElijah Newren
2019-08-26t7300-clean: demonstrate deleting nested repo with an ignored file breakageSZEDER Gábor
2019-07-19clean: show an error message when the path is too longJohannes Schindelin
2017-05-24clean: teach clean -d to preserve ignored pathsSamuel Lijin
2017-05-22t7300: clean -d should skip dirs with ignored filesSamuel Lijin
2016-05-03t7300: mark test with SANITYStefan Beller
2015-09-02Merge branch 'ee/clean-test-fixes'Junio C Hamano
2015-08-31t7300: fix broken && chainsErik Elfström
2015-08-12t7300-clean: require POSIXPERM for chmod 0 testJohannes Sixt
2015-06-15clean: improve performance when removing lots of directoriesErik Elfström
2015-06-15t7300: add tests to document behavior of clean and nested gitErik Elfström
2015-03-20t: use verbose instead of hand-rolled errorsJeff King
2014-07-02Merge branch 'maint-1.8.5' into maintJunio C Hamano
2014-07-02t7300: repair filesystem permissions with test_when_finishedJeff King
2014-03-11clean: respect pathspecs with "-d"Jeff King
2013-04-15dir.c: git-clean -d -X: don't delete tracked directoriesKarsten Blees
2012-03-15clean: preserve nested git worktree in subdirectoriesJunio C Hamano
2011-04-27Merge branch 'ar/clean-rmdir-empty'Junio C Hamano
2011-04-01clean: unreadable directory may still be rmdir-able if it is emptyAlex Riesen
2011-03-10i18n: git-clean basic messagesÆvar Arnfjörð Bjarmason
2010-11-27t7300: add a missing SYMLINKS prerequisiteJohannes Sixt
2010-11-10tests: add missing &&, batch 2Jonathan Nieder
2010-09-18t/t7300: workaround ancient touch by rearranging argumentsBrandon Casey
2010-09-04Merge branch 'ab/test-2'Junio C Hamano
2010-08-18tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason
2010-07-21Add test for git clean -e.Jared Hance
2010-01-13Merge branch 'nd/sparse'Junio C Hamano
2009-08-24Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy
2009-07-29clean: require double -f options to nuke nested git repository and work treeJunio C Hamano
2009-03-19t7300: fix clean up on WindowsJohannes Schindelin
2008-09-04tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi
2008-07-14t/: Use "test_must_fail git" instead of "! git"Stephan Beyer