diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-03-22 22:24:22 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-22 22:24:22 +0100 |
commit | 9ea8e0ca81e4aa9db312185f26b3cdcd4602e904 (patch) | |
tree | 0f10528c2c4fce21d680844ce67362374628c9ba /Documentation | |
parent | Merge branch 'bp/fsmonitor' into maint (diff) | |
parent | Correct mispellings of ".gitmodule" to ".gitmodules" (diff) | |
download | git-9ea8e0ca81e4aa9db312185f26b3cdcd4602e904.tar.xz git-9ea8e0ca81e4aa9db312185f26b3cdcd4602e904.zip |
Merge branch 'rd/typofix' into maint
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 |