summaryrefslogtreecommitdiff
path: root/t/t7063-status-untracked-cache.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tk/untracked-cache-with-uall'Junio C Hamano2022-08-031-0/+5
|\
| * read-cache: make `do_read_index()` always set up `istate->repo`Martin Ågren2022-07-221-0/+5
* | Merge branch 'ab/test-without-templates'Junio C Hamano2022-07-181-1/+2
|\ \ | |/ |/|
| * tests: don't assume a .git/info for .git/info/excludeÆvar Arnfjörð Bjarmason2022-06-061-1/+2
* | untracked-cache: support '--untracked-files=all' if configuredTao Klerks2022-04-011-0/+81
* | untracked-cache: test untracked-cache-bypassing behavior with -uallTao Klerks2022-04-011-0/+32
|/
* t7063: mtime-mangling instead of delays in untracked cache testingTao Klerks2022-03-011-12/+9
* dir: report number of visited directories and paths with trace2Elijah Newren2021-05-131-1/+2
* dir: convert trace calls to trace2 equivalentsElijah Newren2021-05-131-84/+121
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-1/+1
* t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-8/+8
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* t7063: make hash size independentbrian m. carlson2020-07-301-70/+80
* Merge branch 'en/fill-directory-exponential'Junio C Hamano2020-04-291-0/+52
|\
| * t7063: more thorough status checkingElijah Newren2020-04-011-0/+52
* | t7063: drop non-POSIX argument "-ls" from find(1)Đoàn Trần Công Danh2020-03-251-1/+1
|/
* t/helper: merge test-dump-untracked-cache into test-toolNguyễn Thái Ngọc Duy2018-09-111-34/+34
* Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano2018-08-201-2/+1
|\
| * tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-2/+1
* | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-1/+1
|/
* Merge branch 'bp/untracked-cache-noflush'Junio C Hamano2018-03-081-0/+3
|\
| * untracked cache: use git_env_bool() not getenv() for customizationbp/untracked-cache-noflushJunio C Hamano2018-02-281-2/+2
| * dir.c: don't flag the index as dirty for changes to the untracked cacheBen Peart2018-02-051-0/+3
* | dir.c: fix missing dir invalidation in untracked codeNguyễn Thái Ngọc Duy2018-01-241-2/+2
* | status: add a failing test showing a core.untrackedCache bugÆvar Arnfjörð Bjarmason2018-01-241-0/+87
|/
* unpack-trees: preserve index extensionsdt/unpack-save-untracked-cache-extensionDavid Turner2017-05-201-0/+22
* Merge branch 'nd/fbsd-lazy-mtime'Junio C Hamano2016-08-081-1/+16
|\
| * t7063: work around FreeBSD's lazy mtime update featurend/fbsd-lazy-mtimeNguyễn Thái Ngọc Duy2016-08-041-1/+16
* | Merge branch 'nd/cache-tree-ita'Junio C Hamano2016-07-251-3/+3
|\ \
| * | test-lib.sh: introduce and use $EMPTY_BLOBNguyễn Thái Ngọc Duy2016-07-181-3/+3
| |/
* | tests: use test_i18n* functions to suppress false positivesVasco Almeida2016-06-171-1/+1
|/
* t7063: add tests for core.untrackedCacheChristian Couder2016-01-271-4/+81
* config: add core.untrackedCacheChristian Couder2016-01-271-3/+1
* t7063: fix flaky untracked-cache testdt/t7063-fix-flaky-testDavid Turner2015-10-191-1/+3
* untracked cache: fix entry invalidationdt/untracked-subdirNguyễn Thái Ngọc Duy2015-08-191-1/+27
* untracked-cache: fix subdirectory handlingDavid Turner2015-08-191-1/+71
* t7063: use --force-untracked-cache to speed up a bitdt/untracked-sparseNguyễn Thái Ngọc Duy2015-08-191-1/+1
* untracked-cache: support sparse checkoutDavid Turner2015-07-311-0/+119
* t7063: hide stderr from setup inside prereqJeff King2015-05-271-2/+6
* t7063: tests for untracked cacheNguyễn Thái Ngọc Duy2015-03-121-0/+353