From: Toon Claes <toon@iotcl.com>
To: phillip.wood@dunelm.org.uk, Patrick Steinhardt <ps@pks.im>,
git@vger.kernel.org
Subject: Re: git-history(1) fixup broken with worktrees?
Date: Tue, 28 Jul 2026 15:44:18 +0200 [thread overview]
Message-ID: <87y0evcjpp.fsf@emacs.iotcl.com> (raw)
In-Reply-To: <e7dbcede-4486-459c-aa64-e44690e01fe0@gmail.com>
Phillip Wood <phillip.wood123@gmail.com> writes:
> I think what's happening is that the branch "feature" is updated because
> the commit it points to is rewritten, but the index and working copy in
> the work tree "feature" are not.
Yeah, it's relatively easy to understand what goes wrong, the fix would
be a bit more involved.
> Rebase's --update-refs option refuses to update branches that are
> checked out in other workers by default to avoid exactly this
> problem[1].
Ah, thanks for finding this existing discussion, interesting.
> As you can see in that thread there was some discussion about updating
> the index and working copy when the work tree is clean instead. I
> think that is a friendlier approach as it preserves the relationships
> between branches and avoids materializing changes in other worktrees.
Yeah, I agree it would be nice if git-history(1) would give it their
"best-effort".
> On a related note, rebase refuses to rewrite a branch that is being
> rewritten by another rebase running in a different work tree. That's an
> important safety measure that I think the history command is missing.
From [2] I've learned there are multiple ways a branch can be checked
out. We have to take them all into account. It can be build on top of
the changes in that patch.
[2]: https://lore.kernel.org/git/590382fb-731b-4e14-911e-ff68356d1082@web.de
--
Cheers,
Toon
prev parent reply other threads:[~2026-07-28 13:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-17 18:54 git-history(1) fixup broken with worktrees? Toon Claes
2026-07-18 9:31 ` Phillip Wood
2026-07-28 13:44 ` Toon Claes [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y0evcjpp.fsf@emacs.iotcl.com \
--to=toon@iotcl.com \
--cc=git@vger.kernel.org \
--cc=phillip.wood@dunelm.org.uk \
--cc=ps@pks.im \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.