• Show log

    Commit

  • Hash : ef7d7def
    Author : Etienne Samson
    Date : 2018-08-17T00:51:51

    worktree: unlock should return 1 when the worktree isn't locked
    
    The documentation states that git_worktree_unlock returns 0 on success,
    and 1 on success if the worktree wasn't locked. Turns out we were
    returning 0 in any of those cases.
    
    (cherry picked from commit 59c2e70eeee8b2bae79d05060599114a5f6d737a)