Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
repository-layout.txt: correct pluralization of 'object'
author
Ben Milman
<bpmilman@gmail.com>
Mon, 19 Aug 2019 21:36:18 +0000
(14:36 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 19 Aug 2019 22:28:51 +0000
(15:28 -0700)
In the description of 'objects/pack', 'object' should be
pluralized to match the subject and agree with the
rest of the sentence.
Signed-off-by: Ben Milman <bpmilman@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitrepository-layout.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
4d8ec15
)
diff --git
a/Documentation/gitrepository-layout.txt
b/Documentation/gitrepository-layout.txt
index 216b11ee88f4e9c5b10278e037f3b1c51173bc6d..d6388f10bbeb45caf9ccb1cf945161b70be625dc 100644
(file)
--- 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 object
s
in compressed form,
along with index files to allow them to be randomly
accessed) are found in this directory.