]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the 'diffburst' tool, which does the following:
authorarchie <archie@FreeBSD.org>
Thu, 7 Jan 1999 19:28:57 +0000 (19:28 +0000)
committerarchie <archie@FreeBSD.org>
Thu, 7 Jan 1999 19:28:57 +0000 (19:28 +0000)
commit4a500ef9654224aaffe58c748a45cf6da0daf44e
tree1b24f107ca7a9db8004c4ff31a37047839d7fc81
parent2facf6978aee7d6b1f5ca50f86f5a3784bf8dc19
Add the 'diffburst' tool, which does the following:
    Reads the output of 'diff -r' and splits it into separate
    patch files, one per file. The files are named 'patch-XX'
    where XX is aa, ab, ac, ... Useful when creating ports.
tools/tools/README
tools/tools/diffburst/Makefile [new file with mode: 0644]
tools/tools/diffburst/diffburst.1 [new file with mode: 0644]
tools/tools/diffburst/main.c [new file with mode: 0644]