]> git.ipfire.org Git - thirdparty/git.git/commit
Meta/Reintegrate: allow preparing an update on a detached HEAD
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Jul 2026 18:59:33 +0000 (11:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Jul 2026 18:59:33 +0000 (11:59 -0700)
commit6aa8a2c33db2abb19eca5eb139b8a213c2cf5178
treeae224b1676ba50762e5a8f0fa7178af7af1bec50
parent202efe2a33cef25f882e6d99a9e2f004f73bb5f6
Meta/Reintegrate: allow preparing an update on a detached HEAD

While waiting for build and test of the current round of
integration, we should be able to prepare the next round while on
a detached HEAD.  By running

    $ git co --detach master
    $ INTO=jch Meta/redo-jch.sh

we can prepare a sequence of "Merge branch 'foo' into jch" commits
that can be used to replace 'jch' that is currently being tested,
without disrupting the test.
Reintegrate