mbox series

[v3,0/2] add-patch: '@' as a synonym for 'HEAD'

Message ID 20240203112619.979239-2-shyamthakkar001@gmail.com (mailing list archive)
Headers show
Series add-patch: '@' as a synonym for 'HEAD' | expand

Message

Ghanshyam Thakkar Feb. 3, 2024, 11:25 a.m. UTC
The v3 of the series updates the commit message for patch [2/2] and
replaces the function name from is_rev_head() to user_meant_head().

Patch [1/2] remains unchanged.

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(-)