public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* patch review tools
@ 2014-05-11  2:11 Randy Dunlap
  2014-05-14 10:40 ` Nicolas Palix
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2014-05-11  2:11 UTC (permalink / raw)
  To: kernel-janitors

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?

thanks,
-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: patch review tools
  2014-05-11  2:11 patch review tools Randy Dunlap
@ 2014-05-14 10:40 ` Nicolas Palix
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Palix @ 2014-05-14 10:40 UTC (permalink / raw)
  To: kernel-janitors

Hi,

On Sun, May 11, 2014 at 4:11 AM, Randy Dunlap <rdunlap@infradead.org> 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@vger.kernel.org
> 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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-14 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-11  2:11 patch review tools Randy Dunlap
2014-05-14 10:40 ` Nicolas Palix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox