summaryrefslogtreecommitdiff
path: root/t/helper/test-ref-store.c
AgeCommit message (Expand)Author
2021-01-21refs: switch peel_ref() to peel_iterated_oid()Jeff King
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine
2019-02-05Merge 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
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-25worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Nguyễn Thái Ngọc Duy
2017-04-24PRItime: introduce a new "printf format" for timestampsJohannes Schindelin
2017-04-14t/helper: add test-ref-store to test ref-store functionsNguyễn Thái Ngọc Duy