diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-18 21:17:41 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-18 21:17:41 +0000 |
| commit | 09db17fd719ddd42c5afad24e1a8e71735374f8e (patch) | |
| tree | 65d0d4d02c3c43cac9f5b1a8d62697aae4864424 /src/bin/ngit/sub_commands/checkout.rs | |
| parent | 73d829b916d87626f33ea2adead0c48f1d9d737d (diff) | |
fix: thread applied OID through patch chain correctly
When applying a chain of patches without parent-commit tags, each
patch's parent was resolved independently, meaning patch2 would not
parent off the OID patch1 actually produced. Thread next_parent_override
through the loop and guard the early-return in create_commit_from_patch
so the override is always honoured.
Diffstat (limited to 'src/bin/ngit/sub_commands/checkout.rs')
0 files changed, 0 insertions, 0 deletions