1SPLITDIFF(1)                       Man pages                      SPLITDIFF(1)
2
3
4

NAME

6       splitdiff - separate out incremental patches
7

SYNOPSIS

9       splitdiff [-a] [-d] [-D dir] [-p n] [-E] [file]
10
11       splitdiff {[--help] | [--version]}
12

DESCRIPTION

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

OPTIONS

23       -a
24           Split out every single file-level patch.
25
26       -d
27           Create file names such as a_b.c.patch for a patch that modifies
28           a/b.c.
29
30       -D dir
31           Write output files into subdirectory dir. Implies -d.
32
33       -p n
34           Strip the first n components of the pathname to aid comparisons.
35
36       -E
37           Don't use .patch filename extension when writing output files.
38
39       --help
40           Display a short usage message.
41
42       --version
43           Display the version number of splitdiff.
44

SEE ALSO

46       combinediff(1), lsdiff(1)
47

AUTHOR

49       Tim Waugh <twaugh@redhat.com>
50           Package maintainer
51
52
53
54patchutils                        4 Nov 2014                      SPLITDIFF(1)
Impressum