This patch series removes a non-relevant NEEDSWORK comment and addresses disparity between '@' and 'HEAD' in patch mode for (checkout, restore, reset) commands. The removal of the NEEDSWORK comment and the '@' support are split into different patches because the former is still up for discussion. And if it is decided against, the NEEDSWORK comment can still go as it would not be the desired solution anyway (described in the commit message). Ghanshyam Thakkar (2): add-patch: remove unnecessary NEEDSWORK comment add-patch: classify '@' as a synonym for 'HEAD' add-patch.c | 19 +++++++--------- builtin/checkout.c | 11 +++++----- t/t2016-checkout-patch.sh | 46 ++++++++++++++++++++++----------------- t/t2071-restore-patch.sh | 18 +++++++++------ t/t7105-reset-patch.sh | 10 +++++++++ 5 files changed, 61 insertions(+), 43 deletions(-) -- 2.43.0