Skip to content

Commit 8fd4b18

Browse files
committed
Merge pull request #187 from tacker66/hex_dec
Fix hex/dec error
2 parents 6bff4c6 + 7955fc0 commit 8fd4b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/transfer-protocols.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The `git-receive-pack` command immediately responds with one line for each refer
155155
The first line also has a list of the server's capabilities (here, `report-status`, `delete-refs`, and some others, including the client identifier).
156156

157157
Each line starts with a 4-character hex value specifying how long the rest of the line is.
158-
Your first line starts with 005b, which is 91 in hex, meaning that 91 bytes remain on that line.
158+
Your first line starts with 005b, which is hexadecimal for 91, meaning that 91 bytes remain on that line.
159159
The next line starts with 003e, which is 62, so you read the remaining 62 bytes.
160160
The next line is 0000, meaning the server is done with its references listing.
161161

0 commit comments

Comments
 (0)