diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-09-09 12:26:37 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-09-09 12:26:37 -0700 |
| commit | fa9e7934c780bc804a09bfc88a93825096b3155e (patch) | |
| tree | 08bd4612db286e3347f417710d64142710ddb00a | |
| parent | d1a251a1fa686dc98f7e3160143dfa809ec1a51d (diff) | |
| parent | 1c24a54ea46e8560ed9377cb59d87f49f95c1b42 (diff) | |
| download | git-fa9e7934c780bc804a09bfc88a93825096b3155e.tar.xz | |
Merge branch 'bm/repository-layout-typofix'
Typofix.
* bm/repository-layout-typofix:
repository-layout.txt: correct pluralization of 'object'
| -rw-r--r-- | Documentation/gitrepository-layout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt index 216b11ee88..d6388f10bb 100644 --- a/Documentation/gitrepository-layout.txt +++ b/Documentation/gitrepository-layout.txt @@ -59,7 +59,7 @@ objects/[0-9a-f][0-9a-f]:: here are often called 'unpacked' (or 'loose') objects. objects/pack:: - Packs (files that store many object in compressed form, + Packs (files that store many objects in compressed form, along with index files to allow them to be randomly accessed) are found in this directory. |
