summaryrefslogtreecommitdiff
path: root/wrapper.c
diff options
context:
space:
mode:
authorLibravatar Michael Haggerty <mhagger@alum.mit.edu>2016-09-04 18:08:09 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-09-09 15:28:12 -0700
commit65a0a8e5facb42f41561a96af209016954878b63 (patch)
treed08d5f3b8963d40b9fa8b625071a043d8546a944 /wrapper.c
parentrename_ref_available(): add docstring (diff)
downloadtgif-65a0a8e5facb42f41561a96af209016954878b63.tar.xz
refs: rename struct ref_cache to files_ref_store
The greater goal of this patch series is to develop the concept of a reference store, which is a place that references, their values, and their reflogs are stored, and to virtualize the reference interface so that different types of ref_stores can be implemented. We will then, for example, use ref_store instances to access submodule references and worktree references. Currently, we keep a ref_cache for each submodule that has had its references iterated over. It is a far cry from a ref_store, but they are stored the way we will want to store ref_stores, and ref_stores will eventually have to hold the reference caches. So let's treat ref_caches as embryo ref_stores, and build them out from there. As the first step, simply rename `ref_cache` to `files_ref_store`, and rename some functions and attributes correspondingly. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wrapper.c')
0 files changed, 0 insertions, 0 deletions