summaryrefslogtreecommitdiff
path: root/t/helper/test-ref-store.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentLibravatar Eric Sunshine1-1/+1
2019-02-05Merge branch 'cc/test-ref-store-typofix'Libravatar Junio C Hamano1-1/+1
2019-01-17helper/test-ref-store: fix "new-sha1" vs "old-sha1" typoLibravatar Christian Couder1-1/+1
2018-04-12refs: add repository argument to get_main_ref_storeLibravatar Stefan Beller1-1/+2
2018-04-11Merge branch 'nd/combined-test-helper'Libravatar Junio C Hamano1-1/+2
2018-03-27t/helper: merge test-ref-store into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-03-23object-store: migrate alternates struct and functions from cache.hLibravatar Stefan Beller1-0/+1
2017-11-06Merge branch 'bc/object-id'Libravatar Junio C Hamano1-14/+14
2017-10-21test-ref-store: avoid passing NULL to printfLibravatar Jeff King1-1/+1
2017-10-16refs: convert resolve_ref_unsafe to struct object_idLibravatar brian m. carlson1-3/+3
2017-10-16refs: convert peel_ref to struct object_idLibravatar brian m. carlson1-3/+3
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idLibravatar brian m. carlson1-5/+5
2017-10-16refs: convert delete_ref and refs_delete_ref to struct object_idLibravatar brian m. carlson1-3/+3
2017-05-23ref_store: take a `msg` parameter when deleting referencesLibravatar Michael Haggerty1-1/+2
2017-05-16Merge branch 'js/larger-timestamps'Libravatar Junio C Hamano1-2/+2
2017-04-27timestamp_t: a new data type for timestampsLibravatar Johannes Schindelin1-1/+1
2017-04-24worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Libravatar Nguyễn Thái Ngọc Duy1-0/+18
2017-04-23PRItime: introduce a new "printf format" for timestampsLibravatar Johannes Schindelin1-1/+1
2017-04-14t/helper: add test-ref-store to test ref-store functionsLibravatar Nguyễn Thái Ngọc Duy1-0/+277