-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Crash while doing git diff HEAD..FETCH_HEAD on latest delta code running on MacOS #1760
Comments
Oh, |
Sorry for the lack of information on the original report.
```
(ins)> cd projects/delta/
(ins)> git rev-parse HEAD
5d538b2
(ins)> git rev-parse FETCH_HEAD
4127abc
(ins)> git remote -v
origin https://github.com/dandavison/delta (fetch)
origin https://github.com/dandavison/delta (push)
(ins)>
```
…On Tue, Jul 16, 2024 at 3:03 AM Thomas Otto ***@***.***> wrote:
Oh, capacity_overflow! In what repo were when you called diff, and can
you reconstruct where HEAD and FETCH_HEAD (that one is tricky as it is
quite ephemeral) were at?
—
Reply to this email directly, view it on GitHub
<#1760 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHGIWXUYBK7RSQ7TRVYQZLZMTHUJAVCNFSM6AAAAABK5BWAWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZQGI3TCOJQGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Was able to do debug build and reproduce
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running code from commit 5d538b2
on macos
when trying to do git diff HEAD..FETCH_HEAD I get the crash below
The text was updated successfully, but these errors were encountered: