aboutsummaryrefslogtreecommitdiff
path: root/t/helper/test-ref-store.c
AgeCommit message (Expand)Author
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_ref_in()`Patrick Steinhardt
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-02-07path: refactor `repo_submodule_path()` family of functionsPatrick Steinhardt
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-21refs: skip collision checks in initial transactionsPatrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-06refs: allow to skip creation of reflog entriesPatrick Steinhardt
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt
2024-05-07refs: rename `refs_create_symref()` to `refs_update_symref()`Karthik Nayak
2024-03-25t/helper: drop pack-refs wrapperPatrick Steinhardt
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt
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-13test-ref-store: drop unimplemented reflog-expire commandJeff King
2023-07-10refs/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-12pack-refs: teach pack-refs --include optionJohn Cai
2023-05-12pack-refs: teach --exclude option to exclude refs from being packedJohn Cai
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-28t/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-23cache.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-26refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason
2021-12-21test-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-10Merge branch 'hn/create-reflog-simplify'Junio C Hamano
2021-12-07refs: introduce REF_SKIP_REFNAME_VERIFICATION flagHan-Wen Nienhuys
2021-12-07refs: introduce REF_SKIP_OID_VERIFICATION flagHan-Wen Nienhuys
2021-12-07test-ref-store: plug memory leak in cmd_delete_refsHan-Wen Nienhuys
2021-12-07test-ref-store: parse symbolic flag constantsHan-Wen Nienhuys
2021-12-07test-ref-store: remove force-create argument for create-reflogHan-Wen Nienhuys