• Show log

    Commit

  • Hash : f7fc68df
    Author : Carlos Martín Nieto
    Date : 2011-05-27T12:50:07

    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>