From: Jeff King <peff@peff.net>
To: Olaf Hering <olaf@aepfle.de>
Cc: Elijah Newren <newren@gmail.com>, git@vger.kernel.org
Subject: Re: BUG: diffcore-rename.c:1674: tracking failed somehow; failed to find associated dst for broken pair
Date: Fri, 20 Sep 2024 09:07:29 -0400 [thread overview]
Message-ID: <20240920130729.GA7349@peff.net> (raw)
In-Reply-To: <20240920112228.3d1130f5.olaf@aepfle.de>
On Fri, Sep 20, 2024 at 11:22:28AM +0200, Olaf Hering wrote:
> The following issue left my terminal in a weird state.
> Is this a bug in the repository, or a bug in git 2.43/46?
>
> set -ex
> pushd /dev/shm
> test -d x.git || git clone https://github.com/intel/linux-sgx.git x.git
> cd $_
> git checkout -b $PPID.$$ a53adeaab7a8176fabb415bfcdf6d29fe4060678
> d=external/ippcp_internal/inc
> git log -p -b -B -w --stat --follow "$d" |& tail
> cd $d
> git log -p -b -B -w --stat --follow . |& tail
Definitely a bug in Git, since we're hitting a BUG(). Looks like it
reproduces with just "-B --follow" on the path in question. Bisecting
leads to 9db2ac5616 (diffcore-rename: accelerate rename_dst setup,
2020-12-11). +cc Elijah.
-Peff
next prev parent reply other threads:[~2024-09-20 13:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-20 9:22 BUG: diffcore-rename.c:1674: tracking failed somehow; failed to find associated dst for broken pair Olaf Hering
2024-09-20 13:07 ` Jeff King [this message]
2025-03-14 6:08 ` Elijah Newren
2025-03-14 17:24 ` Jeff King
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=20240920130729.GA7349@peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=newren@gmail.com \
--cc=olaf@aepfle.de \
/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.