Hi, On Sun, May 11, 2014 at 4:11 AM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > What visual patch review tools are available? > > I'd like a simple text-mode tool that applies a patch file to an original > source file and prints the full merged file, with both 'before' (-) lines > and 'after' (+) lines included, so that I can easily see the full context > and all of the changed lines. > > Is there already such a tool? I would say cwdiff or cdiff. Not exactly what you asked for but this is what I used for this purpose. By increasing the context size used by diff with the -U option, you should be able to get the full context. > > thanks, Regards. > -- > ~Randy > -- > To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Nicolas Palix Tel: +33 4 76 51 46 27 http://lig-membres.imag.fr/palix/ -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html