From: Han-Wen Nienhuys Date: Wed, 19 Aug 2020 14:27:56 +0000 (+0000) Subject: refs: fix comment about submodule ref_stores X-Git-Tag: v2.29.0-rc0~124^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4877c6c738c62906fc69cbf79b1e5f3dcc263942;p=thirdparty%2Fgit.git refs: fix comment about submodule ref_stores Signed-off-by: Han-Wen Nienhuys Signed-off-by: Junio C Hamano --- diff --git a/refs/refs-internal.h b/refs/refs-internal.h index 24d79fb5c1..9188ddbec2 100644 --- a/refs/refs-internal.h +++ b/refs/refs-internal.h @@ -667,7 +667,7 @@ extern struct ref_storage_be refs_be_packed; /* * A representation of the reference store for the main repository or * 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 { /* The backend describing this ref_store's storage scheme: */