1RECOUNTDIFF(1) Man pages RECOUNTDIFF(1)
2
3
4
6 recountdiff - recompute patch counts and offsets
7
9 recountdiff [file...]
10
11 recountdiff {[--help] | [--version]}
12
14 recountdiff recomputes the counts and offsets in unified context diffs.
15 It does this in two passes: first the counts are corrected by
16 inspection of the actual patch lines, and then the offsets are adjusted
17 according to the computed counts.
18
19 The corrected diff is sent to standard output.
20
22 --help
23 Display a short usage message.
24
25 --version
26 Display the version number of recountdiff.
27
29 There are some things that cannot be dealt with. If you have removed
30 the first context line in a hunk, for example, there is no way for
31 recountdiff to know that. For more precise fixing up, use rediff(1),
32 which uses the original and modified diffs.
33
35 rediff(1)
36
38 Tim Waugh <twaugh@redhat.com>
39 Package maintainer
40
41
42
43patchutils 5 July 2002 RECOUNTDIFF(1)