summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* test/nolink.test: Add missing check, to make sure we won't miss a bug.Jean Delvare2011-01-281-0/+6
|
* Add bash completion for revert command.Jean Delvare2010-11-021-0/+5
|
* Update changelog.Jean Delvare2010-06-281-0/+6
|
* Update the remaining outdated links to Andrew Morton's stuffJean Delvare2010-06-231-0/+6
|
* Fix typoJean Delvare2010-06-231-1/+1
|
* Properly detect newer versions of GNU patchJean Delvare2010-06-231-0/+5
| | | | | | New versions of GNU patch present themselves as "GNU patch" instead of just "patch".
* Handle reversed patches in spec filesJean Delvare2010-06-231-0/+5
| | | | | Let inspect (and thus quilt setup) handle reversed patches in spec files.
* Add a --fuzz parameter to quilt setup and inspectJean Delvare2010-06-231-0/+6
| | | | | | | Let quilt setup and inspect overrule the _default_patch_fuzz setting of rpmbuild, by adding a --fuzz option to both. This is particularly useful when working on an old source tree with a recent version of patch which defaults to fuzz 0.
* Add a russion translation of the quilt paper by Ivan BorzenkovAndreas Gruenbacher2010-02-141-0/+6
|
* Give more meaningful error messagesDavid Paleino2010-01-271-0/+8
| | | | | | | | Differentiate output when $QUILT_PATCHES/series is not found from when $QUILT_PATCHES/series is empty. This has originally been reported as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557621
* Stop testing for cp -lJean Delvare2010-01-271-0/+6
| | | | | | | We no longer use "cp -l" in quilt, so there is no point in testing if it is supported at configuration time. Reported by Olivier Mengué.
* push: patch's --merge option has an optional argument nowBert Wesarg2010-01-271-0/+6
| | | | | | Since version 2.6.1 the patch utility knows an optional argument for --merge. Regognize this and pass it on to patch.
* Skip non-files when selecting the SERIES fileRaphaël Hertzog2010-01-271-0/+6
| | | | | | | | | When selecting the location of the SERIES file, ensure that we don't accidentally select a non-file (for example a directory) when there still are other locations to try. Bug-Debian: http://bugs.debian.org/546393 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+bug/428657
* Let the test suite be run in parallelJean Delvare2010-01-231-0/+1
| | | | | | | | | | | Add an option to the test case runner script to generate an output suitable for parallel runs: * Print the full output at the end of the test case, all at once. * Only output the detailed commands on failed test cases. This makes it possible and convenient to run the test suite in parallel on SMP systems.
* Separate working directory for each test caseJean Delvare2010-01-231-0/+6
| | | | | | | | | | | | | | | | | Let the test suite runner script create a separate working directory for each test. This makes it possible to run several tests in parallel, speeding up testing on SMP systems. It also ensures that a broken test case can no longer cause another test case to fail. At this point, it is possible to run the test suite in parallel, the final result (success or failure) will be correct, however the output is hardly readable because the progress of all tests are interlaced. This will be improved later. As a nice side effect, this means we can drop the setup and clean-up steps that were present in all test cases.
* Update the changes file.Jean Delvare2010-01-231-0/+9
|
* quilt.spec, doc/main.tex: Update URI of Andrew Morton's patchJean Delvare2010-01-061-0/+6
| | | | scripts. Reported by Randy Dunlap. (for real this time)
* Update changes file.Jean Delvare2009-12-191-0/+5
|
* Fix typoJean Delvare2009-12-131-1/+1
|
* - quilt/scripts/patchfns.in (diff_file): Swap options andJean Delvare2009-12-121-0/+6
| | | | parameters for better portability.
* inspect: Fix detection of lzma-compressed files.Jean Delvare2009-11-271-0/+6
| | | | | Some (possibly all) versions of "file" do not recognize lzma- compressed files. Rely on the file name for these.
* Fix support of lzma- or xz-compressed files:Jean Delvare2009-11-271-0/+12
| | | | | | | | | | * Let xz handle lzma compatibility externally, with links. Otherwise lzma support will not work for users with only lzma installed and not xz. * "upgrade" doesn't need to care about lzma nor xz, these compression formats were not supported back in v1. * Fix cat_to_new_file() for lzma/xz files.. * Use a different letter for lzma and xz files in inspect.
* - quilt.quiltrc: make sur eto only override QUILT_PAGER ifAndreas Gruenbacher2009-11-251-0/+6
| | | | QUILT_PAGER isn't set already.
* - inspect: Try to better recognize "patch -d" and "tar -C" (whichAndreas Gruenbacher2009-11-251-0/+7
| | | | | both change the working directory). (This may fail in some other cases now -- there are still a lot of heuristics involved here.)
* - inspect: When guessing the tarball filename, make sure that onlyAndreas Gruenbacher2009-11-251-0/+7
| | | | | regular files are considered. (Otherwise, we will trip over command lines like "tar xjCf dir file").
* - new command: Add -p ... option (equivalent to diff -p ...).Andreas Gruenbacher2009-11-251-0/+6
| | | | (Based on a patch from Egbert Eich <eich@freedesktop.org>.)
* - Make sure the series file is a regular file (or a symlink to aAndreas Gruenbacher2009-11-251-0/+6
| | | | regular file). Reported by Raphael Hertzog <hertzog@debian.org>.
* push: update color matcher for failed mergeBert Wesarg2009-11-251-0/+5
| | | | | | | | Patch(1) has recently changed the message for a failed merge from 'UNMERGED' to 'NOT MERGED' (See commit 87f54e80 in the patch repository). Adopt this change to quilt push's color matcher. Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
* - No longer create backup files of new files with file mode 0.Andreas Gruenbacher2009-11-221-0/+6
| | | | (This has been changed in GNU patch 2.6 as well.)
* pager support: some improvementsAndreas Gruenbacher2009-11-201-0/+11
| | | | | | | When QUILT_PAGER is set to an empty value, do not paginate. Document QUILT_PAGER in the man page. Clean things up a little. Add a workaround in quilt.quiltrc for color output when $LESS is defined.
* Enable quilt to handle compressed tarballs and patches that were compressed ↵Philipp Thomas2009-11-201-0/+6
| | | | with lzma or xz
* patches command: Also match deleted files in unapplied patches at the cost ↵Andreas Gruenbacher2009-11-051-0/+2
| | | | of more possible false matches
* patches command: Prevent false matches in unapplied patches for patches ↵Andreas Gruenbacher2009-11-051-0/+2
| | | | which delete files
* patches command: Commit 2e581933a introduced a bug in scanning unapplied ↵Andreas Gruenbacher2009-11-051-0/+6
| | | | patches which lead to missed matches
* Fix typo in doc/quilt.1.inAndreas Gruenbacher2009-11-041-0/+5
|
* Implement -r / --reference option in compat/date (patch from Olivier Mehani ↵Andreas Gruenbacher2009-11-021-0/+6
| | | | <shtrom-savanah@ssji.net>)
* Restore the "remove" commandAndreas Gruenbacher2009-09-171-0/+7
|
* French translation updateJean Delvare2009-09-091-0/+6
| | | | Update the French translation.
* No longer use $0 in gen_tempfileAndreas Gruenbacher2009-06-171-0/+5
| | | | This saves us from having to work around slashes and other special characters.
* Try to clarify the help text of "quilt revert"Andreas Gruenbacher2009-06-171-0/+7
|
* Concurrent readdir() + unlink() compatibility fixAndreas Gruenbacher2009-06-151-0/+9
|
* - Push command: don't imply --force when --merge is given so thatAndreas Gruenbacher2009-04-051-0/+12
| | | | | a patch that doesn't merge cleanly will still require to spcify --force separately. Update merge syntax highlighting.
* patches command: add --color option as wellAndreas Gruenbacher2009-03-081-0/+6
|
* - push command: Add --fuzz=N option. Add experimental --mergeAndreas Gruenbacher2009-02-011-0/+7
| | | | | option. Fail pushes when GNU patch exits with a status > 1. Some cleanups.
* - quilt setup: Define %__tar and %__patch to refer to the tar andAndreas Gruenbacher2008-11-291-0/+6
| | | | patch wrapper. (Patch from Jan Kratochvil, Savannah bug 24964).
* - To allow using 'procmail' (which contains 'formail') as weakAndreas Gruenbacher2008-11-021-0/+9
| | | | | | | dependency in package managers, explicitely check for the 'formail' binary when invoking 'quilt mail' so that the user gets a clear error message when 'formail' is missing and knows what to do. (From Bernhard Walle <bwalle@suse.de>.)
* - push command: Remove leftovers of the former interactive-option.Andreas Gruenbacher2008-11-021-0/+6
| | | | (From Wolfram Sang <w.sang@pengutronix.de>.)
* - mail command: don't word boundaries in awk; it's a GNU awkAndreas Gruenbacher2008-11-021-0/+6
| | | | extension. (From Wolfram Sang <w.sang@pengutronix.de>.)
* - From Wolfram Sang <w.sang@pengutronix.de>:Andreas Gruenbacher2008-11-021-0/+8
| | | | | | "The test for import did not always recreate a patches-dir inside the temporary location, so it would fail if you modified quilt using quilt."
* - Fix from Dean Roehrich <Dean.Roehrich@sun.com> for Solaris:Andreas Gruenbacher2008-11-021-0/+8
| | | | | | "I ran into a case solaris ON build 99 where configure found ginstall, but the Makefile.in used something else, and that led to things going a bit haywire."