From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Date: Sun, 11 May 2014 02:11:43 +0000 Subject: patch review tools Message-Id: <536EDC5F.1090108@infradead.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org 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