• Show log

    Commit

  • Hash : e4607392
    Author : Russell Belfer
    Date : 2012-08-06T11:06:05

    Fix iterator check and return value
    
    There is a little cleanup necessary from PR #843.  Since the
    new callbacks return `GIT_EUSER` we have to be a little careful
    about return values when they are used internally to the library.
    
    Also, callbacks should be checked for non-zero return values,
    not just less than zero.