summaryrefslogtreecommitdiffstats
path: root/scripts/patchfns.in
Commit message (Collapse)AuthorAgeFilesLines
* - When popping files, go through the list of applied patchesAndreas Gruenbacher2003-07-261-0/+19
| | | | | instead of looking at the series file: The series file may have changed.
* - Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTSAndreas Gruenbacher2003-05-161-1/+6
| | | | | - Add ~/.quiltrc resource file (this file is sourced from the patchfsn file, which is used by all commands).
* *** empty log message ***Andreas Gruenbacher2003-04-091-1/+1
|
* - Never reorder files in patches. (Previously the file listAndreas Gruenbacher2003-04-091-1/+6
| | | | | | was run through (sort | uniq) to remove duplicate entries.) - Update test script to new format, and add regression test cases.
* The change from Mar 24 caused empty lines to be removed inAndreas Gruenbacher2003-04-091-1/+1
| | | | patch descriptions.
* `head -1' and `tail -1' is non-standard and deprecated, andAndreas Gruenbacher2003-04-071-2/+2
| | | | does not work with coreutils-5.0 any longer.
* Fix patch_description functionAndreas Gruenbacher2003-03-241-3/+2
|
* - Also substitute @SED@ and @AWK@.Andreas Gruenbacher2003-03-221-24/+24
| | | | | - Some versions of sed don't like '\t'. Expand those in the shell instead.
* The patch filename was appended to the directory/file name in patchesAndreas Gruenbacher2003-03-161-3/+4
| | | | | | | | generated, like dir~patch/file and file~patch. This is unnecessary, and at most irritationg when patches are renamed. Use dir.orig/file and file.orig instead. Also for better readability add a separator line below `Index:', like in diffs CVS generates.
* *** empty log message ***Andreas Gruenbacher2003-02-181-2/+4
|
* Add bash versions of basename and dirnameAndreas Gruenbacher2003-02-181-10/+14
|
* Merge James's diffstat patch (check for existence of %diffstat section removed).Andreas Gruenbacher2003-02-161-3/+0
|
* Merge version of James's temp file patch (some further improvements,Andreas Gruenbacher2003-02-161-5/+49
| | | | | hopefully). Also, fix some messages that seem to have been reset to a previous version during I18N, and update the test script.
* Merge James's bash version check (again after minor changes by me):Andreas Gruenbacher2003-02-161-6/+0
| | | | | | | | | Autoconf is there to make configuration and testing of the environment easier for the user and the designer, hence configure check for bash version in configure.ac It also removes the test from the constantly sourced patchfns too, which has to be a step in the right direction.
* Implement i18n, french l10n and bump version numberMartin Quinson2003-02-141-0/+9
|
* Remove warning that may mis-triggerAndreas Gruenbacher2003-02-061-1/+0
|
* Fix spurious "Index:" lines bugAndreas Gruenbacher2003-02-021-12/+15
|
* Fix buggy regex quoting; another Autoconf change in Makefile.Andreas Gruenbacher2003-01-311-4/+11
|
* Install binary backup-files into /usr/lib/quilt and the remaining scripts ↵Andreas Gruenbacher2003-01-311-0/+614
under /usr/share/quilt/scripts.