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

The transaction struct now takes a ref store at creation and will
operate on that ref store alone.

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/refs-internal.h