1SPLITDIFF(1) Man pages SPLITDIFF(1)
2
3
4
6 splitdiff - separate out incremental patches
7
9 splitdiff [-a] [-d] [-p n] [file]
10
11 splitdiff {[--help] [--version]}
12
14 If you have a patch file composed of several incremental patches, you
15 can use splitdiff to separate them out. You may want to do this in
16 preparation for re-combining them with combinediff(1).
17
18 The effect of running splitdiff is to separate its input into a set of
19 output files, with no output file patching the same file more than
20 once.
21
23 -a Split out every single file-level patch.
24
25 -d Create file names such as a_b.c for a patch that modifies a/b.c.
26
27 -p n Strip the first n components of the pathname to aid comparisons.
28
29 --help Display a short usage message.
30
31 --version
32 Display the version number of splitdiff.
33
35 combinediff(1), lsdiff(1)
36
38 Tim Waugh <twaugh@redhat.com>.
39
40
41
42patchutils 21 Oct 2003 SPLITDIFF(1)