git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e39620f
)
refs: fix comment about submodule ref_stores
author
Han-Wen Nienhuys
<redacted>
Wed, 19 Aug 2020 14:27:56 +0000
(14:27 +0000)
committer
Junio C Hamano
<redacted>
Wed, 19 Aug 2020 21:08:03 +0000
(14:08 -0700)
Signed-off-by: Han-Wen Nienhuys <redacted>
Signed-off-by: Junio C Hamano <redacted>
refs/refs-internal.h
patch
|
blob
|
history
diff --git
a/refs/refs-internal.h
b/refs/refs-internal.h
index 24d79fb5c146420c2f1cda5644a959362118e024..9188ddbec2414f9b604f501d09bb1ab6d8b6fe79 100644
(file)
--- 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: */
git clone https://git.99rst.org/PROJECT