Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

recountdiff (1)

Name

recountdiff - recompute patch counts and offsets

Synopsis

recountdiff [file...]

recountdiff {[--help] | [--version]}

Description

RECOUNTDIFF(1)                     Man pages                    RECOUNTDIFF(1)



NAME
       recountdiff - recompute patch counts and offsets

SYNOPSIS
       recountdiff [file...]

       recountdiff {[--help] | [--version]}

DESCRIPTION
       recountdiff recomputes the counts and offsets in unified context diffs.
       It does this in two passes: first the counts are corrected by
       inspection of the actual patch lines, and then the offsets are adjusted
       according to the computed counts.

       The corrected diff is sent to standard output.

OPTIONS
       --help
           Display a short usage message.

       --version
           Display the version number of recountdiff.

LIMITATIONS
       There are some things that cannot be dealt with. If you have removed
       the first context line in a hunk, for example, there is no way for
       recountdiff to know that. For more precise fixing up, use rediff(1),
       which uses the original and modified diffs.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | text/patchutils  |
       +---------------+------------------+
       |Stability      | Volatile         |
       +---------------+------------------+

SEE ALSO
       rediff(1)

AUTHOR
       Tim Waugh <twaugh@redhat.com>
           Package maintainer



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.4.tar.xz.

       Further information about this software can be found on the open source
       community website at http://cyberelk.net/tim/patchutils/.



patchutils                        5 July 2002                   RECOUNTDIFF(1)