- Description:
- Utility scripts for quilt users.
- Last Change:
- Clone URL:
ssh://anonymous@git.rkta.de/quiltutils
Commit Briefs
Make sed command portable
OpenBSD's sed was complaining about extra characters. *shrug*
Use date -r to get mtime
Check if gdate is installed and use that instead of date. Chances are that date does not have -r if gdate is present. Also perform a (probably too) simple check if date supports -r.
Fix environment variable name
Left-over from older days.
Branches
Tree
README
QUILTUTILS ========== Utility scripts for quilt[0] users. Scripts ------- qclean - Remove unused files in the patches directory qheaders - Check and fix patch headers to use them with git quiltimport qorphan - List unused files in the patches directory qimport - Import all patches omitting backup files from a directory All utilities assume the default patterns for backup files are '*~' and '*.orig'. Requirements ------------ Quiltutils requires a date implementation (date or gdate in PATH) that supports -r the same as GNU date does and a POSIX compliant environment to work correctly. Bugs Patches Feedback Insults ----------------------------- Rene Kita <mail@rkta.de> Copyright --------- Quiltutils is licensed under the MIT license, see COPYING. Copyright 2024 by Rene Kita <mail@rkta.de> [0]: http://savannah.nongnu.org/projects/quilt
