]> git.ipfire.org Git - thirdparty/git.git/commitdiff
refs: fix comment about submodule ref_stores
authorHan-Wen Nienhuys <hanwen@google.com>
Wed, 19 Aug 2020 14:27:56 +0000 (14:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2020 21:08:03 +0000 (14:08 -0700)
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/refs-internal.h

index 24d79fb5c146420c2f1cda5644a959362118e024..9188ddbec2414f9b604f501d09bb1ab6d8b6fe79 100644 (file)
@@ -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: */