aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-ref-store.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-02t/helper/ref-store: initialize oid in resolve-refHan-Wen Nienhuys1-1/+1
2021-01-21refs: switch peel_ref() to peel_iterated_oid()Jeff King1-13/+0
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine1-1/+1
2019-02-05Merge branch 'cc/test-ref-store-typofix'Junio C Hamano1-1/+1
2019-01-17helper/test-ref-store: fix "new-sha1" vs "old-sha1" typoChristian Couder1-1/+1
2018-04-12refs: add repository argument to get_main_ref_storeStefan Beller1-1/+2
2018-04-11Merge branch 'nd/combined-test-helper'Junio C Hamano1-1/+2
2018-03-27t/helper: merge test-ref-store into test-toolNguyễn Thái Ngọc Duy1-1/+2
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller1-0/+1
2017-11-06Merge branch 'bc/object-id'Junio C Hamano1-14/+14
2017-10-21test-ref-store: avoid passing NULL to printfJeff King1-1/+1
2017-10-16refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson1-3/+3
2017-10-16refs: convert peel_ref to struct object_idbrian m. carlson1-3/+3
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson1-5/+5
2017-10-16refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson1-3/+3
2017-05-23ref_store: take a `msg` parameter when deleting referencesMichael Haggerty1-1/+2
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano1-2/+2
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin1-1/+1
2017-04-24worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Nguyễn Thái Ngọc Duy1-0/+18
2017-04-23PRItime: introduce a new "printf format" for timestampsJohannes Schindelin1-1/+1
2017-04-14t/helper: add test-ref-store to test ref-store functionsNguyễn Thái Ngọc Duy1-0/+277