19
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Sep 16, 2024 — Sep 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Depend on bash
mquinson
as Martin Quinson
More... almost 22 years ago
pass the option '--with-bash=/bin/bash' to configure
mquinson
as Martin Quinson
More... almost 22 years ago
Install patchsys-quilt.mk
mquinson
as Martin Quinson
More... almost 22 years ago
Convert to utf8 to follow the lastest debian standard
mquinson
as Martin Quinson
More... almost 22 years ago
Install the upstream changelog under the 'changelog' name, regardless to its name upstream
mquinson
as Martin Quinson
More... almost 22 years ago
Remove obsolet files
mquinson
as Martin Quinson
More... almost 22 years ago
File integrating quilt to cdbs
mquinson
as Martin Quinson
More... almost 22 years ago
Translate the content of new commands
mquinson
as Martin Quinson
More... almost 22 years ago
Add description of "quilt fold" command. More... almost 22 years ago
QUILT_IN+=fold fork snapshot edit
mquinson
as Martin Quinson
More... almost 22 years ago
Packaging 0.29: repackage to use the Common Debian Build System in order to simplify the scripts
mquinson
as Martin Quinson
More... almost 22 years ago
Small fix from wangdi: when patch file empty, it should first check wether the dir in .pc exist, then create timestamp More... almost 22 years ago
update to lastest source code change, and translate the missing french parts. The german file do need love from someone...
mquinson
as Martin Quinson
More... almost 22 years ago
- Add new command `quilt fold' to fold one patch into another. - Fix bug in `quilt files': Files that are neither present in the working directory and have an empty backup copy sometimes were still listed. - Some minor cleanups in apatch. - Add test/fold.test, and fix a now-useless check in one.test. More... almost 22 years ago
- Merge some changes from wangdi: + Use -f (force) option of GNU patch in `quilt diff -z'. + Build source and binary RPMs in `make rpm' target. + Simplify sed expression in Makefile.in. More... almost 22 years ago
Also install quilt.pdf with `make install'. More... almost 22 years ago
Bump version number to 0.29 (cvs tag VER_0_29). More... almost 22 years ago
- Add introductory paper to CVS repository. - Remove obsolete documentation. More... almost 22 years ago
- Fix the timestamp check in scripts/rpatch.in for missing files. More... almost 22 years ago
- `quilt setup' sometimes forgot to create the patches sub-dir. More... almost 22 years ago
- Add failpop.test that checks if modified patches are recognized. - Fix the check for modified patches: That broke with the .pc file removal. More... almost 22 years ago
Bump version number to 0.28. More... almost 22 years ago
- No longer verify if patches remove cleanly by reverse applying them: This doesn't always succeed, and the the equivalent of `quilt diff -z' should suffice, anyway. - Add `touch .pc/$patch' after successful refresh: Speeds up `quilt pop' after a refresh. - Update test suite. - apatch was printing a spurious newline. More... almost 22 years ago
Another note More... almost 22 years ago
- If a patch does not apply cleanly and `quilt push' removes rejects files it GNU patch left behind, change the output from ``saving rejects to file x.rej'' to ``rejects in file x''. More... almost 22 years ago
- Add change log entry. - Bump version number to 0.27 (cvs tag VER_0_27). More... almost 22 years ago
- Remove .pc/*/.pc files, and adjust various scripts accordingly. - Run test/one.test inside sub-directory. More... almost 22 years ago
- Change name and semantics of PATCHSCRIPTS variable: Before, if PATCHSCRIPTS was set, the patches were in $PATCHSCRIPTS/patches. Now, if QUILT_PATCHES is set, the patches are in $QUILT_PATCHES. QUILT_PATCHES defaults to "patches", like before. More... almost 22 years ago
Remove some obsolete stuff More... almost 22 years ago
Fix bug in first_modified_by function (which broke quilt diff -c). More... almost 22 years ago