• Show log

    Commit

  • Hash : f7416509
    Author : Marijan Šuflaj
    Date : 2019-01-20T20:15:31

    Fix odb foreach to also close on positive error code
    
    In include/git2/odb.h it states that callback can also return
    positive value which should break looping.
    
    Implementations of git_odb_foreach() and pack_backend__foreach()
    did not respect that.