• Show log

    Commit

  • Hash : b22138f5
    Author : Omar Polo
    Date : 2022-03-16T15:41:10

    introduce got_patch_progress_cb
    
    This introduce a proper got_patch specific progress callback that is
    invoked after processing a patch.  It also drops the hackish printf in
    the modified case and takes `nop' out of the struct got_patch.
    
    ok stsp