diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-18 14:35:03 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-18 14:35:03 -0700 |
commit | 3c7d50979abd0fbc8e1d7a1baac4c8a26e440a7c (patch) | |
tree | 0bba7ea7112ea6941475c42f76cf5450989767fa /Documentation/technical | |
parent | 5976753e732186d7f8a5c6af55a8ce3e2d2b677b (diff) | |
parent | 304b7d99a705e8c125650dda347a571402222a3e (diff) | |
download | git-3c7d50979abd0fbc8e1d7a1baac4c8a26e440a7c.tar.gz |
Sync with 1.7.12.1
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/pack-protocol.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt index 49cdc571cd..d51e20f352 100644 --- a/Documentation/technical/pack-protocol.txt +++ b/Documentation/technical/pack-protocol.txt @@ -259,8 +259,10 @@ a positive depth, this step is skipped. ---- If the client has requested a positive depth, the server will compute -the set of commits which are no deeper than the desired depth, starting -at the client's wants. The server writes 'shallow' lines for each +the set of commits which are no deeper than the desired depth. The set +of commits start at the client's wants. + +The server writes 'shallow' lines for each commit whose parents will not be sent as a result. The server writes an 'unshallow' line for each commit which the client has indicated is shallow, but is no longer shallow at the currently requested depth |