aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7063-status-untracked-cache.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge branch 'tk/untracked-cache-with-uall'Junio C Hamano1-0/+5
2022-07-22read-cache: make `do_read_index()` always set up `istate->repo`Martin Ågren1-0/+5
2022-07-18Merge branch 'ab/test-without-templates'Junio C Hamano1-1/+2
2022-06-06tests: don't assume a .git/info for .git/info/excludeÆvar Arnfjörð Bjarmason1-1/+2
2022-04-01untracked-cache: support '--untracked-files=all' if configuredTao Klerks1-0/+81
2022-04-01untracked-cache: test untracked-cache-bypassing behavior with -uallTao Klerks1-0/+32
2022-03-01t7063: mtime-mangling instead of delays in untracked cache testingTao Klerks1-12/+9
2021-05-13dir: report number of visited directories and paths with trace2Elijah Newren1-1/+2
2021-05-13dir: convert trace calls to trace2 equivalentsElijah Newren1-84/+121
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2020-11-19t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin1-8/+8
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-07-30t7063: make hash size independentbrian m. carlson1-70/+80
2020-04-29Merge branch 'en/fill-directory-exponential'Junio C Hamano1-0/+52
2020-04-01t7063: more thorough status checkingElijah Newren1-0/+52
2020-03-25t7063: drop non-POSIX argument "-ls" from find(1)Đoàn Trần Công Danh1-1/+1
2018-09-11t/helper: merge test-dump-untracked-cache into test-toolNguyễn Thái Ngọc Duy1-34/+34
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano1-2/+1
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-2/+1
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-1/+1
2018-03-08Merge branch 'bp/untracked-cache-noflush'Junio C Hamano1-0/+3
2018-02-28untracked cache: use git_env_bool() not getenv() for customizationJunio C Hamano1-2/+2
2018-02-05dir.c: don't flag the index as dirty for changes to the untracked cacheBen Peart1-0/+3
2018-01-24dir.c: fix missing dir invalidation in untracked codeNguyễn Thái Ngọc Duy1-2/+2
2018-01-24status: add a failing test showing a core.untrackedCache bugÆvar Arnfjörð Bjarmason1-0/+87
2017-05-20unpack-trees: preserve index extensionsDavid Turner1-0/+22
2016-08-08Merge branch 'nd/fbsd-lazy-mtime'Junio C Hamano1-1/+16
2016-08-04t7063: work around FreeBSD's lazy mtime update featureNguyễn Thái Ngọc Duy1-1/+16
2016-07-25Merge branch 'nd/cache-tree-ita'Junio C Hamano1-3/+3
2016-07-18test-lib.sh: introduce and use $EMPTY_BLOBNguyễn Thái Ngọc Duy1-3/+3
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida1-1/+1
2016-01-27t7063: add tests for core.untrackedCacheChristian Couder1-4/+81
2016-01-27config: add core.untrackedCacheChristian Couder1-3/+1
2015-10-19t7063: fix flaky untracked-cache testDavid Turner1-1/+3
2015-08-19untracked cache: fix entry invalidationNguyễn Thái Ngọc Duy1-1/+27
2015-08-19untracked-cache: fix subdirectory handlingDavid Turner1-1/+71
2015-08-19t7063: use --force-untracked-cache to speed up a bitNguyễn Thái Ngọc Duy1-1/+1
2015-07-31untracked-cache: support sparse checkoutDavid Turner1-0/+119
2015-05-27t7063: hide stderr from setup inside prereqJeff King1-2/+6
2015-03-12t7063: tests for untracked cacheNguyễn Thái Ngọc Duy1-0/+353