commit e0486a23c67e841d48d6eacb55bc1944de9bf9e4 from: Stefan Sperling date: Wed Aug 01 18:41:38 2018 UTC git-repository(5): mention that obj ID byte values are in hex commit - 4639d50089ac22478075efda37c09e4ecaf0db88 commit + e0486a23c67e841d48d6eacb55bc1944de9bf9e4 blob - c394438c77219166adde0da921d27747e4778aec blob + fa213ac8be918d1c9cc22504302dea039a68b797 --- got/git-repository.5 +++ got/git-repository.5 @@ -54,8 +54,8 @@ Loose objects are stored as individual files beneath t .Pa objects , spread across 256 sub-directories named after the 256 possible hexadecimal values of the first byte of an object identifier. -The name of the loose object file corresponds to the remaining bytes of the -object's identifier. +The name of the loose object file corresponds to the remaining hexadecimal +byte values of the object's identifier. .Pp A loose object file begins with a header which specifies the type of object as an ASCII string, followed by an ASCII space character, followed by the