summaryrefslogtreecommitdiff
path: root/t/helper/test-ref-store.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/object-id'Junio C Hamano2017-11-061-14/+14
|\
| * refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-161-3/+3
| * refs: convert peel_ref to struct object_idbrian m. carlson2017-10-161-3/+3
| * refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-5/+5
| * refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-161-3/+3
* | test-ref-store: avoid passing NULL to printfJeff King2017-10-211-1/+1
|/
* ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2017-05-231-1/+2
* Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-161-2/+2
|\
| * timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-1/+1
| * PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-1/+1
* | worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Nguyễn Thái Ngọc Duy2017-04-241-0/+18
|/
* t/helper: add test-ref-store to test ref-store functionsNguyễn Thái Ngọc Duy2017-04-141-0/+277