summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)AuthorFilesLines
2020-05-01test-bloom: fix usage typoLibravatar Derrick Stolee1-1/+1
2020-04-23test-bloom: check that we have expected argumentsLibravatar Jeff King1-4/+16
2020-04-23test-bloom: fix some whitespace issuesLibravatar Jeff King1-5/+5
2020-04-06t4216: add end to end tests for git log with Bloom filtersLibravatar Garima Singh1-0/+4
2020-04-06commit-graph: reuse existing Bloom filters during writeLibravatar Garima Singh1-1/+1
2020-03-30bloom.c: core Bloom filter implementation for changed paths.Libravatar Garima Singh1-0/+20
2020-03-30bloom.c: introduce core Bloom filter constructsLibravatar Garima Singh1-0/+48
2020-03-30bloom.c: add the murmur3 hash implementationLibravatar Garima Singh3-0/+15
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Libravatar Junio C Hamano2-6/+10
2020-03-25Merge branch 'am/real-path-fix'Libravatar Junio C Hamano1-1/+4
2020-03-25Merge branch 'hw/advise-ng'Libravatar Junio C Hamano3-0/+24
2020-03-10real_path: remove unsafe APILibravatar Alexandr Miloslavskiy1-1/+4
2020-03-09Merge branch 'pb/am-show-current-patch'Libravatar Junio C Hamano1-0/+2
2020-03-05advice: revamp advise APILibravatar Heba Waly3-0/+24
2020-03-02Merge branch 'rs/micro-cleanups'Libravatar Junio C Hamano1-1/+1
2020-02-25Merge branch 'bw/remote-rename-update-config'Libravatar Junio C Hamano1-0/+1
2020-02-24t/helper: make repository tests hash independentLibravatar brian m. carlson1-6/+4
2020-02-24t/helper: initialize repository if necessaryLibravatar brian m. carlson1-0/+4
2020-02-24t/helper/test-dump-split-index: initialize git repositoryLibravatar brian m. carlson1-0/+2
2020-02-24use strpbrk(3) to search for characters from a given setLibravatar René Scharfe1-1/+1
2020-02-20parse-options: add testcases for OPT_CMDMODE()Libravatar Paolo Bonzini1-0/+2
2020-02-17Merge branch 'mr/show-config-scope'Libravatar Junio C Hamano1-16/+1
2020-02-14Merge branch 'tb/commit-graph-object-dir'Libravatar Junio C Hamano1-4/+4
2020-02-14Merge branch 'kw/fsmonitor-watchman-racefix'Libravatar Junio C Hamano1-1/+1
2020-02-10config: provide access to the current line numberLibravatar Bert Wesarg1-0/+1
2020-02-10config: make scope_name non-static and rename itLibravatar Matthew Rogers1-16/+1
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Libravatar Taylor Blau1-1/+1
2020-02-04commit-graph.c: remove path normalization, comparisonLibravatar Taylor Blau1-3/+3
2020-01-15t: directly test parse_pathspec_file()Libravatar Alexandr Miloslavskiy3-0/+35
2020-01-13fsmonitor: change last update timestamp on the index_state to opaque tokenLibravatar Kevin Willford1-1/+1
2019-12-10Merge branch 'js/mingw-inherit-only-std-handles'Libravatar Junio C Hamano1-0/+44
2019-12-09Sync with Git 2.24.1Libravatar Junio C Hamano3-6/+256
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin3-6/+256
2019-12-06Sync with 2.22.2Libravatar Johannes Schindelin3-6/+256
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin3-6/+256
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin3-6/+256
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin3-6/+256
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin3-6/+256
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin3-7/+257
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin3-7/+257
2019-12-06test-drop-caches: use `has_dos_drive_prefix()`Libravatar Johannes Schindelin1-5/+8
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin2-2/+249
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin2-2/+249
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Libravatar Johannes Schindelin1-0/+17
2019-12-05mingw: refuse to access paths with trailing spaces or periodsLibravatar Johannes Schindelin1-0/+17
2019-12-05quote-stress-test: offer to test quoting arguments for MSYS2 shLibravatar Johannes Schindelin1-3/+10
2019-12-05quote-stress-test: allow skipping some trialsLibravatar Johannes Schindelin1-1/+5
2019-12-05quote-stress-test: accept arguments to test via the command-lineLibravatar Johannes Schindelin1-13/+22
2019-12-05tests: add a helper to stress test argument quotingLibravatar Garima Singh1-2/+116
2019-12-05test-path-utils: offer to run a protectNTFS/protectHFS benchmarkLibravatar Garima Singh1-0/+96