mbox series

[v5,0/3] apply: handle i-t-a entries in index

Message ID 20200808074959.35943-1-ray@ameretat.dev (mailing list archive)
Headers show
Series apply: handle i-t-a entries in index | expand

Message

Raymond E. Pasco Aug. 8, 2020, 7:49 a.m. UTC
While testing the logic, I encountered some other issues, to be
addressed in related patchsets.

Raymond E. Pasco (3):
  apply: allow "new file" patches on i-t-a entries
  apply: make i-t-a entries never match worktree
  t4140: test apply with i-t-a paths

 apply.c              | 25 ++++++++++++++++----
 t/t4140-apply-ita.sh | 56 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+), 4 deletions(-)
 create mode 100755 t/t4140-apply-ita.sh