diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-02-27 10:34:03 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-02-27 10:34:03 -0800 |
commit | 9dc254b7adb5c44b0158ab125bd4d4a66cc675fa (patch) | |
tree | d525cac8779a184d27e2ffded2efe5ac35376ff1 /Documentation | |
parent | Merge branch 'jk/test-hashmap-updates' (diff) | |
parent | Correct mispellings of ".gitmodule" to ".gitmodules" (diff) | |
download | tgif-9dc254b7adb5c44b0158ab125bd4d4a66cc675fa.tar.xz |
Merge branch 'rd/typofix'
Typofix.
* rd/typofix:
Correct mispellings of ".gitmodule" to ".gitmodules"
t/: correct obvious typo "detahced"
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/technical/api-submodule-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-submodule-config.txt b/Documentation/technical/api-submodule-config.txt index 3dce003fda..ee907c4a82 100644 --- a/Documentation/technical/api-submodule-config.txt +++ b/Documentation/technical/api-submodule-config.txt @@ -4,7 +4,7 @@ submodule config cache API The submodule config cache API allows to read submodule configurations/information from specified revisions. Internally information is lazily read into a cache that is used to avoid -unnecessary parsing of the same .gitmodule files. Lookups can be done by +unnecessary parsing of the same .gitmodules files. Lookups can be done by submodule path or name. Usage |