summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-01-21Fix usage (duplicate "echo") - patch by Tomasz Luchowski <zuntum@eik.pl>hubertf1-2/+2
2001-01-19Remove redundant variable assign.hubertf1-2/+1
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-19Fix DESCR: `this is three tools: a.) b.) c.) d.)'jwise1-2/+2
2001-01-18Some bugfixes and improvements from both Tomasz Luchowski <zuntum@eik.pl>hubertf2-30/+24
and myself. Patch contributed in private mail.
2001-01-18exec with $editor, not $EDITOR. pkgvi now actually works as advertised.jlam1-3/+3
2001-01-17Update to 0.96: Add pkgvi, a wrapper that cares to backup files before youhubertf6-7/+180
modify them (and that also handles unmodified files in a sane way by deleting backup files that had no changes). The pkgvi utility was contributed by Tomasz Luchowski <zuntum@eik.pl>
2000-08-26Update to 0.95. Changes:hubertf2-12/+20
Allow only one file as argument, newfile, and assume oldfile as newfile.orig.
2000-08-17Make patchdiff work again after the last changes. Bump to 0.94.wiz2-6/+8
2000-08-15Sort the list of files for which to generate patches in mkpatchesabs2-4/+4
Update to 0.93
2000-08-15Remove date from +++ lines in patch - removes needless differences whenabs2-4/+6
patches are regenerated. Update to 0.92
2000-07-01pkgdiff now only generates output at all if the files differ.wiz3-9/+22
mkpatches doesn't generate empty patches, and warns if name and name.orig don't differ. Bump version to 0.91.
2000-06-28Import of pkgdiff & friends, some tools for easier patch creationwiz10-0/+408
and maintenance.