]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
refs: add new ref-store api
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 26 Mar 2017 02:42:34 +0000 (09:42 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Apr 2017 10:53:25 +0000 (03:53 -0700)
commit7d2df051d05bc65a0a540ba080f07b421b4d99d7
treea6624b0c18dabb0c59446e5a54f5cab553081be9
parent18d0002d6ddc191454b6b4a99cdac65fc7ff9ece
refs: add new ref-store api

This is not meant to cover all existing API. It adds enough to test ref
stores with the new test program test-ref-store, coming soon and to be
used by files-backend.c.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c
refs.h
refs/files-backend.c
refs/refs-internal.h