]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer: make refs generated by the `label` command worktree-local
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 25 Apr 2018 12:29:16 +0000 (14:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2018 03:28:43 +0000 (12:28 +0900)
commita9be29c9817067128a2818a609450db6e6722ffd
treedb5306af5ae81aa94f77645fdccfbeb198dd445d
parent24293359ccf8a7bc2ac68a9b9bf61d6b59c873ad
sequencer: make refs generated by the `label` command worktree-local

This allows for rebases to be run in parallel in separate worktrees
(think: interrupted in the middle of one rebase, being asked to perform
a different rebase, adding a separate worktree just for that job).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c
t/t3430-rebase-merges.sh