Skip to content

Commit af1ec93

Browse files
committed
Merge branch 'mh/pack-protocol-doc-fix'
Docfix. * mh/pack-protocol-doc-fix: fix pack protocol example client/server communication
2 parents b024a14 + 74cc547 commit af1ec93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/technical/pack-protocol.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -657,14 +657,14 @@ can be rejected.
657657
An example client/server communication might look like this:
658658

659659
----
660-
S: 007c74730d410fcb6603ace96f1dc55ea6196122532d refs/heads/local\0report-status delete-refs ofs-delta\n
660+
S: 006274730d410fcb6603ace96f1dc55ea6196122532d refs/heads/local\0report-status delete-refs ofs-delta\n
661661
S: 003e7d1665144a3a975c05f1f43902ddaf084e784dbe refs/heads/debug\n
662662
S: 003f74730d410fcb6603ace96f1dc55ea6196122532d refs/heads/master\n
663-
S: 003f74730d410fcb6603ace96f1dc55ea6196122532d refs/heads/team\n
663+
S: 003d74730d410fcb6603ace96f1dc55ea6196122532d refs/heads/team\n
664664
S: 0000
665665

666-
C: 003e7d1665144a3a975c05f1f43902ddaf084e784dbe 74730d410fcb6603ace96f1dc55ea6196122532d refs/heads/debug\n
667-
C: 003e74730d410fcb6603ace96f1dc55ea6196122532d 5a3f6be755bbb7deae50065988cbfa1ffa9ab68a refs/heads/master\n
666+
C: 00677d1665144a3a975c05f1f43902ddaf084e784dbe 74730d410fcb6603ace96f1dc55ea6196122532d refs/heads/debug\n
667+
C: 006874730d410fcb6603ace96f1dc55ea6196122532d 5a3f6be755bbb7deae50065988cbfa1ffa9ab68a refs/heads/master\n
668668
C: 0000
669669
C: [PACKDATA]
670670

0 commit comments

Comments
 (0)