How to create the original file from the diff, I am having one of the files and deleted the other unknowingly. Is there any tool to convert the diff output to 'ed' diff (diff -e output) format or patch output format?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
If you have:
then this is simply a matter of applying the diff in the usual fashion:
This is just the normal use case for applying a diff. If you have:
then you can you can simply apply the patch in reverse using
|
|||
|
info patch... – William Pursell Feb 1 at 17:34