-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
How to create patch for merge_patch input ? #2018
Copy link
Copy link
Closed
Labels
kind: questionstate: stalethe issue has not been updated in a while and will be closed automatically soon unless it is updatedthe issue has not been updated in a while and will be closed automatically soon unless it is updated
Description
Activity
Metadata
Metadata
Assignees
Labels
kind: questionstate: stalethe issue has not been updated in a while and will be closed automatically soon unless it is updatedthe issue has not been updated in a while and will be closed automatically soon unless it is updated
Hello,
I need to generate a patch like the one from merge_patch example :
Is there an existing function to generate this ?
I tried diff function but it create a list of actions to apply, so not what I need.
I search somthing working like this:
Where patch will be
Thank you for your help.