refs: fix comment about submodule ref_stores
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
e39620f07e
commit
4877c6c738
@ -667,7 +667,7 @@ extern struct ref_storage_be refs_be_packed;
|
|||||||
/*
|
/*
|
||||||
* A representation of the reference store for the main repository or
|
* A representation of the reference store for the main repository or
|
||||||
* a submodule. The ref_store instances for submodules are kept in a
|
* a submodule. The ref_store instances for submodules are kept in a
|
||||||
* linked list.
|
* hash map; see get_submodule_ref_store() for more info.
|
||||||
*/
|
*/
|
||||||
struct ref_store {
|
struct ref_store {
|
||||||
/* The backend describing this ref_store's storage scheme: */
|
/* The backend describing this ref_store's storage scheme: */
|
||||||
|
Reference in New Issue
Block a user