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

NAME

6       splitdiff - separate out incremental patches
7

SYNOPSIS

9       splitdiff [-a] [-d] [-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       -p n
31           Strip the first n components of the pathname to aid comparisons.
32
33       -E
34           Don't use .patch filename extension when writing output files.
35
36       --help
37           Display a short usage message.
38
39       --version
40           Display the version number of splitdiff.
41

SEE ALSO

43       combinediff(1), lsdiff(1)
44

AUTHOR

46       Tim Waugh <twaugh@redhat.com>
47           Package maintainer
48
49
50
51patchutils                        25 May 2011                     SPLITDIFF(1)
Impressum