summaryrefslogtreecommitdiffstats
path: root/scripts/apatch.in
Commit message (Collapse)AuthorAgeFilesLines
* - No longer verify if patches remove cleanly by reverse applyingAndreas Gruenbacher2003-10-311-1/+2
| | | | | | | | | 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.
* - If a patch does not apply cleanly and `quilt push' removesAndreas Gruenbacher2003-10-291-4/+18
| | | | | rejects files it GNU patch left behind, change the output from ``saving rejects to file x.rej'' to ``rejects in file x''.
* - Remove .pc/*/.pc files, and adjust various scripts accordingly.Andreas Gruenbacher2003-10-281-44/+19
| | | | - Run test/one.test inside sub-directory.
* quilt push returns non-zero value if the patch does not apply cleanlyMartin Quinson2003-04-231-0/+1
|
* - Apply patches with `patch -f' by default. Add --interactiveAndreas Gruenbacher2003-04-111-4/+8
| | | | | option top `quilt push' to allow applying patches without `patch -f'.
* - Also substitute @SED@ and @AWK@.Andreas Gruenbacher2003-03-221-1/+1
| | | | | - Some versions of sed don't like '\t'. Expand those in the shell instead.
* Implement i18n, french l10n and bump version numberMartin Quinson2003-02-141-10/+10
|
* *** empty log message ***Andreas Gruenbacher2003-01-311-1/+1
|
* Install binary backup-files into /usr/lib/quilt and the remaining scripts ↵Andreas Gruenbacher2003-01-311-0/+189
under /usr/share/quilt/scripts.