• Show log

    Commit

  • Hash : 43bfa124
    Author : Carlos Martín Nieto
    Date : 2022-02-21T10:03:06

    remote: do store the update_tips callback error value
    
    We use `git_error_set_after_callback_function` to determine whether
    `update_tips` returned an error but do not store its return value making us
    think it always returns 0.
    
    Fix it by adding the common patter of storing it inside the `if` when calling it.