]> git.proxmox.com Git - libgit2.git/commit
Lay the foundations for pkt-line parsing
authorCarlos Martín Nieto <carlos@cmartin.tk>
Fri, 27 May 2011 10:50:07 +0000 (12:50 +0200)
committerCarlos Martín Nieto <carlos@cmartin.tk>
Sun, 26 Jun 2011 16:18:12 +0000 (18:18 +0200)
commitf7fc68df832439c3e2355ab747fa05a8b46aa8d0
tree2a6a73083b895946a3353f537cca77de061fe900
parentd6258debbe05e3892466722f897ae932e8e7d8aa
Lay the foundations for pkt-line parsing

This are the types I intend to use for pkt-line parsing and (later)
creation. git_pkt serves as a base pointer type and once you know what
type it is you can use the real one (command, tip list, etc.)

Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
include/git2/pkt.h [new file with mode: 0644]
include/git2/types.h
src/pkt.c [new file with mode: 0644]