Patchtool Documentation ======================= usage: patchtool SUBCOMMAND split Split files from a patch list List modified files from a patch sparse Sparse a patch with a directory layout get Get a part of a patch modify reorganize a patch version tool's version * split : split a patch to a separate file for each part of the patch. * list : list give you detail of what the patch contains. using -d <0|1|2|3> give you different detail level that might be useful * sparse : remove all parts *not* part of the sparse directory layout of a directory * get : get part of the patch with simple string matching * modify : modify of a patch with subsubcommand --move str1 str2: will move all files containing str1 to same file replacing str1 by str2. --copy str1 str2: will copy all files containing str1 to a new file with str2 where str1 was. --remove str1: will remove all files that contains the string str1. * version : give you the version of patchtool you are using.