Skip to content

Commit 07db4ba

Browse files
committed
Insert spaces around backticks for markups to be correctly detected (in transfer-protocols.asc)
1 parent 6f5d16e commit 07db4ba

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
@@ -247,7 +247,7 @@ The `git-receive-pack` command immediately responds with one line for each refer
247247
The first line also has a list of the server's capabilities (here, `report-status`, `delete-refs`, and some others, including the client identifier).
248248
//////////////////////////
249249
`git-receive-pack` コマンドは、今ある参照1つにつき1行の応答を、その都度返します。このケースでは、`master` ブランチとそのSHA-1ハッシュのみを返しています。
250-
最初の行には、サーバーの持っている機能(ここでは、`report-status` や `delete-refs`など。クライアント識別子も含む)のリストも含まれています。
250+
最初の行には、サーバーの持っている機能(ここでは、`report-status` や `delete-refs` など。クライアント識別子も含む)のリストも含まれています。
251251
252252
//////////////////////////
253253
Each line starts with a 4-character hex value specifying how long the rest of the line is.

0 commit comments

Comments
 (0)