Commit Briefs

078a416164 Rene Kita

Deal with touch shenanigans because busybox sucks (master)


71a8f15992 Rene Kita

Enable CI on git.sr.ht


81b8bea604 Rene Kita

Add minimal tests


ed2660d908 Rene Kita

Make sed command portable

OpenBSD's sed was complaining about extra characters. *shrug*


83c0f31f7a Rene Kita

Fix filename check when fixing the subject


6843992873 Rene Kita

Exit with error if subject and file name mismatch


8c2d772503 Rene Kita

Fix shellcheck warning


b7a6b1de07 Rene Kita

Convert qseries to qimport


1113c07f1d Rene Kita

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.


f86ecc81aa Rene Kita

Fix environment variable name

Left-over from older days.


Branches

Tags

This repository contains no tags

Tree

.builds/
COPYINGcommits | blame
INSTALLcommits | blame
Makefilecommits | blame
READMEcommits | blame
qclean*commits | blame
qclean.1commits | blame
qheaders*commits | blame
qheaders.1commits | blame
qimport*commits | blame
qimport.1commits | blame
qorphan*commits | blame
qorphan.1commits | blame
quiltutils.1commits | blame
t/

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