| From: |
| randy_dunlap <rdunlap@xenotime.net> |
| To: |
| lkml <linux-kernel@vger.kernel.org> |
| Subject: |
| [announce] 'patchview' ver. 002 |
| Date: |
| Wed, 20 Jul 2005 17:32:00 -0700 |
| Cc: |
| njw@osdl.org, "K.R. Foley" <kr@cybsft.com> |
Hi,
[version 002]
'patchview' merges a patch file and a source tree to a set of
temporary modified files. This enables better patch (re)viewing
and more viewable context. (hopefully)
The patchview script is here:
http://www.xenotime.net/linux/scripts/patchview
usage: patchview [-f] patchfile srctree {ver. 002}
-f : force tkdiff even if 'patch' has errors
-s : single tkdiff even if patchfile contains multiple files
It uses (requires) lsdiff (from patchutils) and tkdiff.
patchutils: http://cyberelk.net/tim/patchutils/
tkdiff: http://sourceforge.net/projects/tkdiff/
---
~Randy
Thanks for Nick Wilson and K.R. Foley for patches.
Changes for ver. 002:
- add -s (single) option for only one tkdiff at a time
- better option parsing
- fixed use of 'mktemp'
- exit if mktemp fails
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/