Last active
October 8, 2016 21:28
-
-
Save bigmeech/528de39c14e9f0fa3171aaca4257f54f to your computer and use it in GitHub Desktop.
git packet line format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pkt-line = data-pkt / flush-pkt | |
| data-pkt = pkt-len pkt-payload | |
| pkt-len = 4*(HEXDIG) | |
| pkt-payload = (pkt-len - 4)*(OCTET) | |
| flush-pkt = "0000" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment