aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-26 22:45:52 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-26 22:45:52 +0200
commitec01d392600d3b44587dc740cd571a18f5c11b51 (patch)
tree3860ecde2bada05e53107d724f27e3696df5dc34
parent76f71d754a7311c9d709f3485227a444560a71b4 (diff)
downloadpatches-ec01d392600d3b44587dc740cd571a18f5c11b51.tar.gz
README: Add information about some new scripts
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 332ef8d..a88b005 100644
--- a/README
+++ b/README
@@ -6,13 +6,16 @@ that make it easier to write patches.
The pkg* scripts are designed to be used in conjunction with the
scripts from the pkgtools/pkgdiff package, as they depend on the
-existence of .orig files.
+existence of .orig files. The *ex scripts operate on existing
+patches, i.e. those in ~/patches.
Use `pkgdiffs' to make a patch containing multiple changes.
+ Use `pkgdiffex' to make a patch containing new changes only.
Use `pkgpatch' to apply a patch to a source directory.
+ Use `pkgpatchex' to apply all existing patches.
Use `pkgundo' to reinstate the original files.
-The other scripts have no special relation to pkgtools/pkgdiff.
+The following scripts do not depend on pkgtools/pkgdiff:
Use `convpatch' to make a patch from `git diff' output.
Use `savepatch' to save a patch in ~/patches.