summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document last changeMartin Quinson2003-06-261-0/+1
|
* Makefile chunk to manage debian packages using quiltMartin Quinson2003-06-261-0/+13
|
* install debquilt.mkMartin Quinson2003-06-261-0/+1
|
* Document last changesMartin Quinson2003-06-261-1/+7
|
* Bump versionv0.24Martin Quinson2003-06-262-2/+8
|
* Use distclean and not only cleanMartin Quinson2003-06-261-1/+1
|
* Install bash_completion; doc goes to /usr/share/doc, not /usr/share/doc/packagesMartin Quinson2003-06-261-2/+8
|
* What is needed to have an inteligent completion in bash when using quiltMartin Quinson2003-06-261-0/+157
|
* Comment the last changesMartin Quinson2003-06-251-0/+7
|
* Fix typoMartin Quinson2003-06-251-2/+3
|
* Hard code the location of bash ; install the upstream changelog in packageMartin Quinson2003-06-251-2/+2
|
* Package a new version, called 0.23Martin Quinson2003-06-251-1/+8
|
* Expend the {} syntax in DIRT variable so that Makefile do what we expectMartin Quinson2003-06-251-1/+1
|
* updateMartin Quinson2003-06-253-35/+54
|
* make clean before dist; remove po/*.mo on cleanMartin Quinson2003-06-251-1/+3
|
* Preserve permissions of files added with `quilt add'.Andreas Gruenbacher2003-05-202-1/+6
|
* Do not add the whole /usr/share/locale directory to the RPMAndreas Gruenbacher2003-05-182-1/+8
| | | | | file list, but only the quilt message catalogs: Otherwise RPM complains when uninstalling.
* - Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTSAndreas Gruenbacher2003-05-161-1/+1
|
* - Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTSAndreas Gruenbacher2003-05-162-1/+13
| | | | | - Add ~/.quiltrc resource file (this file is sourced from the patchfsn file, which is used by all commands).
* quilt push returns non-zero value if the patch does not apply cleanlyMartin Quinson2003-04-231-0/+1
|
* Convert all times to CET/CEST timezone -- our scripts don't understandAndreas Gruenbacher2003-04-111-15/+15
| | | | other timezones :-(
* - Apply patches with `patch -f' by default. Add --interactiveAndreas Gruenbacher2003-04-113-6/+26
| | | | | option top `quilt push' to allow applying patches without `patch -f'.
* *** empty log message ***Andreas Gruenbacher2003-04-091-1/+1
|
* - Remove awk hacks in Makefile.in with shell loop and sed hack:Andreas Gruenbacher2003-04-092-6/+20
| | | | The awk hack(s) didn't work for Martin Quinson.
* *** empty log message ***Andreas Gruenbacher2003-04-091-1/+1
|
* - Never reorder files in patches. (Previously the file listAndreas Gruenbacher2003-04-096-173/+359
| | | | | | 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-092-1/+7
| | | | patch descriptions.
* `head -1' and `tail -1' is non-standard and deprecated, andAndreas Gruenbacher2003-04-074-5/+11
| | | | does not work with coreutils-5.0 any longer.
* Improve error checking of `quilt diff'Andreas Gruenbacher2003-04-052-1/+6
|
* Also include tests in tar archivesAndreas Gruenbacher2003-03-241-0/+2
|
* Fix patch_description functionAndreas Gruenbacher2003-03-242-3/+10
|
* Update test script to reflect recent patch format changes.Andreas Gruenbacher2003-03-232-2/+12
|
* - Also substitute @SED@ and @AWK@.Andreas Gruenbacher2003-03-2210-41/+81
| | | | | - Some versions of sed don't like '\t'. Expand those in the shell instead.
* Make test more robust by popping all patches with -R. Before no modeAndreas Gruenbacher2003-03-221-4/+4
| | | | | was specified and quilt was using a mix of reverse-applying and fast restoring.
* Minor cleanupAndreas Gruenbacher2003-03-211-3/+4
|
* Bump version number to 0.23 (CVS tag VER_0_23)v0.23Andreas Gruenbacher2003-03-212-2/+7
|
* The patch filename was appended to the directory/file name in patchesAndreas Gruenbacher2003-03-163-14/+9
| | | | | | | | 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.
* Fix "quilt diff -c PATCH" does not strip PATCH name bugAndreas Gruenbacher2003-03-111-1/+1
|
* *** empty log message ***Andreas Gruenbacher2003-03-051-0/+3
|
* Add dependency on GNU gettextMartin Quinson2003-02-241-1/+1
|
* Add dependency on GNU gettext to spec fileAndreas Gruenbacher2003-02-231-1/+1
|
* *** empty log message ***Andreas Gruenbacher2003-02-181-2/+4
|
* Add bash versions of basename and dirnameAndreas Gruenbacher2003-02-181-10/+14
|
* Missing $DIFFSTAT -> @DIFFSTAT@ conversionAndreas Gruenbacher2003-02-181-1/+1
|
* Unfuzzying, reformulate some translationsMartin Quinson2003-02-171-147/+103
|
* Merge James's diffstat patch (check for existence of %diffstat section removed).Andreas Gruenbacher2003-02-164-5/+22
|
* Format in-line documentation to be around 72 characters in width.Andreas Gruenbacher2003-02-1613-265/+249
|
* Merge version of James's temp file patch (some further improvements,Andreas Gruenbacher2003-02-1611-39/+93
| | | | | 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-162-8/+16
| | | | | | | | | 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.
* Minor cleanupAndreas Gruenbacher2003-02-161-7/+3
|