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-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-05-08pack-bitmap.c: use commit boundary during bitmap traversalTaylor Blau
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason
2023-03-28config API users: test for *_get_value_multi() segfaultsÆvar Arnfjörð Bjarmason
2022-11-15pack-bitmap.c: avoid exposing absolute pathsTeng Long
2022-09-26pack-bitmap: remove trace2 region from hot pathDerrick Stolee
2022-08-26pack-bitmap: prepare to read lookup table extensionAbhradeep Chakraborty
2022-08-26pack-bitmap-write: learn pack.writeBitmapLookupTable and add testsAbhradeep Chakraborty
2022-01-27pack-bitmap.c: gracefully fallback after opening pack/MIDXTaylor Blau
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-15Merge branch 'js/test-initial-branch-override-cleanup'Junio C Hamano
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-11-29t/t*: remove custom GIT_TRACE2_EVENT_NESTINGDerrick Stolee
2021-11-01Merge branch 'ab/test-lib'Junio C Hamano
2021-10-29t5310: drop lib-bundle.sh includeJeff King
2021-09-01t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAPJeff King
2021-09-01t5310: move some tests to lib-bitmap.shTaylor Blau
2021-04-21Merge branch 'jk/pack-objects-bitmap-progress-fix'Junio C Hamano
2021-04-12pack-objects: update "nr_seen" progress based on pack-reused countJeff King
2021-04-01builtin/pack-objects.c: respect 'pack.preferBitmapTips'Taylor Blau
2021-02-11test-lib-functions: move function to lib-bitmap.shÆvar Arnfjörð Bjarmason
2021-01-26Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-07Merge branch 'tb/pack-bitmap'Junio C Hamano
2020-12-09pack-bitmap-write: relax unique revwalk conditionDerrick Stolee
2020-12-09pack-bitmap-write: build fewer intermediate bitmapsDerrick Stolee
2020-12-09t5310: add branch-based checksDerrick Stolee
2020-12-09t5310: drop size of truncated ewah bitmapJeff King
2020-12-09pack-bitmap: bounds-check size of cache extensionJeff King
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-16t5310-pack-bitmaps: skip JGit tests with SHA256SZEDER Gábor
2020-02-14pack-objects: support filters with bitmapsJeff King
2020-02-14rev-list: allow commit-only bitmap traversalsJeff King
2020-02-14t5310: factor out bitmap traversal comparisonJeff King
2020-02-14rev-list: allow bitmaps when counting objectsJeff King
2019-07-02t5310: increase the number of bitmapped commitsJeff King
2019-07-02test-lib: introduce test_commit_bulkJeff King
2019-03-18pack-objects: default to writing bitmap hash-cacheJeff King
2019-03-18t5310: correctly remove bitmaps for jgit testJeff King
2018-10-22multi-pack-index: define GIT_TEST_MULTI_PACK_INDEXDerrick Stolee
2018-09-17Merge branch 'jk/pack-objects-with-bitmap-fix'Junio C Hamano
2018-09-04t5310: test delta reuse with bitmapsJeff King
2018-08-27tests: fix and add lint for non-portable head -c NÆvar Arnfjörð Bjarmason
2018-08-20Merge branch 'sg/t5310-empty-input-fix'Junio C Hamano
2018-08-14t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' testSZEDER Gábor
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-06-18Merge branch 'jk/ewah-bounds-check'Junio C Hamano
2018-06-18ewah_read_mmap: bounds-check mmap readsJeff King
2018-05-23Merge branch 'sg/t5310-jgit-bitmap-test'Junio C Hamano