summaryrefslogtreecommitdiff
path: root/refs
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@google.com>2020-08-19 14:27:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-08-19 21:08:03 (GMT)
commit4877c6c738c62906fc69cbf79b1e5f3dcc263942 (patch)
tree99d5d6317da645a6d173b57c05d554d0143696f3 /refs
parente39620f07e092f36642ab97c6ced47be5b609d58 (diff)
downloadgit-4877c6c738c62906fc69cbf79b1e5f3dcc263942.zip
git-4877c6c738c62906fc69cbf79b1e5f3dcc263942.tar.gz
git-4877c6c738c62906fc69cbf79b1e5f3dcc263942.tar.bz2
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>
Diffstat (limited to 'refs')
-rw-r--r--refs/refs-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/refs/refs-internal.h b/refs/refs-internal.h
index 24d79fb..9188ddb 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: */