UNWRAPDIFFSection: (1)Updated: 17 January 2003 |
UNWRAPDIFFSection: (1)Updated: 17 January 2003 |
unwrapdiff demangles patches that have been word-wrapped, in an attempt to make them useful.
Some heuristics are used to decide whether use a space to recombine a wrapped line, or just join them together. Currently this is done by comparing with last three characters of a line with the first two characters of its continuation, and using a space of any of them are different.
The patch needs to have been valid before being word-wrapped.
The last line of a hunk is nearly always ambiguous. If the next line begins ``@@'', ``Index: '', ``diff '' or ``--- '' then it is taken to be complete; otherwise it is unwrapped using the next line.