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-03t: allow skipping expected object ID in `ref-store update-ref`Patrick Steinhardt
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-14test-ref-store: drop unimplemented reflog-expire commandJeff King
2023-07-11refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-05-13pack-refs: teach pack-refs --include optionJohn Cai
2023-05-13pack-refs: teach --exclude option to exclude refs from being packedJohn Cai
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-29t/helper: mark unused argv/argc argumentsJeff King
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused reflog callback parametersJeff King
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-07-01test-tool ref-store: fix a memory leakÆvar Arnfjörð Bjarmason
2022-01-27refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason
2021-12-22test-ref-store: print hash algorithmHan-Wen Nienhuys
2021-12-15Merge branch 'hn/allow-bogus-oid-in-ref-tests'Junio C Hamano
2021-12-15Merge branch 'hn/reflog-tests'Junio C Hamano
2021-12-11Merge branch 'hn/create-reflog-simplify'Junio C Hamano
2021-12-08refs: introduce REF_SKIP_REFNAME_VERIFICATION flagHan-Wen Nienhuys
2021-12-08refs: introduce REF_SKIP_OID_VERIFICATION flagHan-Wen Nienhuys
2021-12-08test-ref-store: plug memory leak in cmd_delete_refsHan-Wen Nienhuys
2021-12-08test-ref-store: parse symbolic flag constantsHan-Wen Nienhuys
2021-12-08test-ref-store: remove force-create argument for create-reflogHan-Wen Nienhuys
2021-12-02test-ref-store: tweaks to for-each-reflog-ent formatHan-Wen Nienhuys
2021-12-02test-ref-store: don't add newline to reflog messageHan-Wen Nienhuys
2021-11-22refs: drop force_create argument of create_reflog APIHan-Wen Nienhuys
2021-10-16refs API: post-migration API renaming [2/2]Ævar Arnfjörð Bjarmason
2021-10-16refs tests: ignore ignore errno in test-ref-store helperÆvar Arnfjörð Bjarmason
2021-06-02t/helper/ref-store: initialize oid in resolve-refHan-Wen Nienhuys
2021-01-22refs: switch peel_ref() to peel_iterated_oid()Jeff King
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine
2019-02-06Merge branch 'cc/test-ref-store-typofix'Junio C Hamano
2019-01-17helper/test-ref-store: fix "new-sha1" vs "old-sha1" typoChristian Couder
2018-04-12refs: add repository argument to get_main_ref_storeStefan Beller
2018-04-11Merge branch 'nd/combined-test-helper'Junio C Hamano
2018-03-27t/helper: merge test-ref-store into test-toolNguyễn Thái Ngọc Duy
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-10-21test-ref-store: avoid passing NULL to printfJeff King
2017-10-16refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson
2017-10-16refs: convert peel_ref to struct object_idbrian m. carlson
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson
2017-10-16refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson
2017-05-23ref_store: take a `msg` parameter when deleting referencesMichael Haggerty
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano