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
24 Split out every single file-level patch.
25
26 -d
27 Create file names such as a_b.c for a patch that modifies a/b.c.
28
29 -p n
30 Strip the first n components of the pathname to aid comparisons.
31
32 --help
33 Display a short usage message.
34
35 --version
36 Display the version number of splitdiff.
37
39 combinediff(1), lsdiff(1)
40
42 Tim Waugh <twaugh@redhat.com>
43 Package maintainer
44
45
46
47patchutils 21 Oct 2003 SPLITDIFF(1)