• Show log

    Commit

  • Hash : a5e587e0
    Author : Stefan Sperling
    Date : 2022-06-14T22:32:11

    fix a bug in got_privsep_send_object_idlist() exposed by recent changes The old code did not work correctly if only a single object Id was to be sent to got-read-pack. Make got-read-pack error out if the list of commits for object enumeration is empty to catch this problem if it occurs again. Found by the send_basic test, which was failing with GOT_TEST_PACK=1 ok tracey