pr-git-2364/HaraldNordgren/hn/git-checkout-m-leftoverbits-v1
pr-git-2364/HaraldNordgren/hn/git-checkout-m-leftoverbits-v1: checkout -m: refine autostash fallback
tagged this
25 Jul 15:34
Avoiding checkout -m autostash retries when no tracked local changes exist and visually separating autostash conflict advice from the subsequent branch-switch message. Addresses #leftoverbits from here: https://lore.kernel.org/git/cfd09dbf-8d77-4464-8030-3a0ffb4aeae7@gmail.com/ Harald Nordgren (2): sequencer: teach autostash apply to report conflicts checkout -m: refine autostash fallback builtin/checkout.c | 18 ++++++++++++++---- builtin/commit.c | 2 +- builtin/merge.c | 6 +++--- sequencer.c | 29 +++++++++++++++++++---------- sequencer.h | 3 ++- t/t7201-co.sh | 17 ++++++++++++++++- 6 files changed, 55 insertions(+), 20 deletions(-) base-commit: 9a0c4701dcd5725c4184599322b52933ff5005ca Submitted-As: https://lore.kernel.org/git/pull.2364.git.git.1784993669.gitgitgadget@gmail.com