gitbutlerapp / gitbutler

The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
https://gitbutler.com
Other
13.4k stars 530 forks source link

Fix remote commit listing when bottom commit is amended #5632

Closed mtsgrd closed 5 days ago

mtsgrd commented 5 days ago

Before

image

After

image


This is part 2 of 2 in a stack made with GitButler:

vercel[bot] commented 5 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gitbutler-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 20, 2024 2:45pm
gitbutler-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 20, 2024 2:45pm
mtsgrd commented 5 days ago

@krlvi this appears to fix the happy path problem.

krlvi commented 5 days ago

how does it look like when the bottom branch is merged?

mtsgrd commented 5 days ago

I got ahead of myself here. After merging and updating base we still have the happy path problem. What this fixes is the same symptom, but it appears after you amend a commit at the bottom.

krlvi commented 5 days ago

can you join our call?