Revision 5253ad109af7691d0b0fb3c9670aaaf775412c72 authored by Junio C Hamano on 23 October 2017, 05:14:16 UTC, committed by Junio C Hamano on 23 October 2017, 05:14:16 UTC
"git branch -M a b" while on a branch that is completely unrelated
to either branch a or branch b misbehaved when multiple worktree
was in use.  This has been fixed.

* nd/worktree-kill-parse-ref:
  branch: fix branch renaming not updating HEADs correctly
2 parent s 4c2224e + 31824d1
History
File Mode Size
files-backend.c -rw-r--r-- 91.6 KB
iterator.c -rw-r--r-- 9.7 KB
ref-cache.c -rw-r--r-- 15.1 KB
ref-cache.h -rw-r--r-- 9.8 KB
refs-internal.h -rw-r--r-- 23.3 KB

back to top