• Show log

    Commit

  • Hash : efb20825
    Author : Patrick Steinhardt
    Date : 2019-02-14T13:05:49

    branches: introduce flag to skip enumeration of certain HEADs
    
    Right now, the function `git_repository_foreach_head` will always
    iterate over all HEADs of the main repository and its worktrees. In some
    cases, it might be required to skip either of those, though. Add a flag
    in preparation for the following commit that enables this behaviour.