• Show log

    Commit

  • Hash : 7b8c9e12
    Author : Carlos Martín Nieto
    Date : 2012-07-13T20:46:16

    pkt: correctly advertise capabilitites
    
    The correct way to advertise out capabilities is by appending them to
    the first 'want' line, using SP as separator, instead of NUL as the
    server does. Inconsistent documentation lead to the use of NUL in
    libgit2.
    
    Fix this so we can request much more efficient packs from the
    remote which reduces the indexing time considerably.