• Show log

    Commit

  • Hash : f024663d
    Author : Stefan Sperling
    Date : 2021-09-05T13:50:39

    move pkt code used by got-fetch-pack and got-send-pack to a common file
    
    The Git protocol uses a simple packet framing format. The got-fetch-pack
    and got-send-pack programs contained identical copies of functions to
    support this format. Move related functions to new file lib/pkt.c and
    link both programs against this common implementation.
    
    No functional change.