Skip to content

Instantly share code, notes, and snippets.

@bigmeech
Last active October 8, 2016 21:28
Show Gist options
  • Select an option

  • Save bigmeech/528de39c14e9f0fa3171aaca4257f54f to your computer and use it in GitHub Desktop.

Select an option

Save bigmeech/528de39c14e9f0fa3171aaca4257f54f to your computer and use it in GitHub Desktop.
git packet line format
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