• Show log

    Commit

  • Hash : 2a485dab
    Author : Patrick Steinhardt
    Date : 2017-04-04T18:55:57

    refs: update worktree HEADs when renaming branches
    
    Whenever we rename a branch, we update the repository's symbolic HEAD
    reference if it currently points to the branch that is to be renamed.
    But with the introduction of worktrees, we also have to iterate over all
    HEADs of linked worktrees to adjust them. Do so.