• Show log

    Commit

  • Hash : 38fc5ab0
    Author : Patrick Steinhardt
    Date : 2017-04-04T18:44:43

    branch: use `foreach_head` to see if a branch is checked out
    
    Previously, we have extracted the logic to find and iterate over all
    HEADs of a repository. Use this function in `git_branch_is_checked_out`.