Skip to content

Commit 01f7d7f

Browse files
Philip Oakleygitster
authored andcommitted
Doc: Improve shallow depth wording
Avoid confusion in compound sentence about the start of the commit set and the depth measure. Use two sentences. Signed-off-by: Philip Oakley <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8093ae8 commit 01f7d7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/technical/pack-protocol.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,10 @@ a positive depth, this step is skipped.
259259
----
260260

261261
If the client has requested a positive depth, the server will compute
262-
the set of commits which are no deeper than the desired depth, starting
263-
at the client's wants. The server writes 'shallow' lines for each
262+
the set of commits which are no deeper than the desired depth. The set
263+
of commits start at the client's wants.
264+
265+
The server writes 'shallow' lines for each
264266
commit whose parents will not be sent as a result. The server writes
265267
an 'unshallow' line for each commit which the client has indicated is
266268
shallow, but is no longer shallow at the currently requested depth

0 commit comments

Comments
 (0)