summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* 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."
* - Add a dual BSD/GPL license header to test/run.Andreas Gruenbacher2008-11-021-0/+7
| | | | | - Only run test/patch-wrapper.test if the --with-patch-wrapper config option is used.
* - Bash completion fix for fold command fromAndreas Gruenbacher2008-09-031-0/+6
| | | | Bernhard Walle <bwalle@suse.de>.
* +- Bump version to 0.47.v0.47Andreas Gruenbacher2008-08-211-0/+7
| | | | | +- Add a new "publish" makefile target for pushing releases to + savannah.nongnu.org.
* - quilt/scripts/patchfns.in (cat_series): Handle lines properlyAndreas Gruenbacher2008-06-241-0/+6
| | | | that only contain whitespace.
* - quilt/import.in: When importing multiple patches at once, makeAndreas Gruenbacher2008-06-131-0/+8
| | | | | | sure that they won't end up in the series file in reverse order. This happened because each new patch was inserted before the "next" patch, which made it the new "next" patch.
* - Stop using cp -l: it doesn't fall back to doing a regular copyAndreas Gruenbacher2008-05-201-0/+7
| | | | | when hardlinks are not supported; on some types of filesystems like AFS and in some situtions, this is annoying.
* - Assume patches are in unified format by default when applyingAndreas Gruenbacher2008-03-251-0/+8
| | | | | | them. (For working with other patch formats, make sure to remove "--unified" from QUILT_PATCH_OPTS in ~/.quiltrc or /etc/quilt.quiltrc.)
* - quilt/mail.in: Remove the Recipient-* and Replace-* headersAndreas Gruenbacher2007-11-051-0/+7
| | | | | used internally from the resulting emails; not sure how that was missed so far.
* - Fix `make snapshot'.Andreas Gruenbacher2007-10-291-7/+13
| | | | - Make the changelog file chronological.
* - quilt/mail.in: Ran into a bash ``Broken pipe'' problem inAndreas Gruenbacher2007-10-291-0/+8
| | | | | | quilt_mail_patch_filter() which I cannot explain or cleanly reproduce. Work around it by not using pipes and subshells as extensively here.
* - quilt/mail.in: Make sure that shell meta-characters like * inAndreas Gruenbacher2007-10-251-1/+13
| | | | | | | | | | subjects won't get expanded by accident (this was broken). Add test case. - quilt/mail.in: ``formail -x Foo'' will extract all Foo* headers, so use ``formail -x Foo:'' instead. - quilt/mail.in: Recognize sequences of common subject prefixes like Fwd:, Fw:, Re:, Aw:, Tr:, [foo] only at the beginning of subjects.
* - quilt/main.in: Add a --signature flag that allows to overrideAndreas Gruenbacher2007-10-151-0/+7
| | | | | the signature used. (The test suite still depended on the .signature file of the user runnig it; fixed now.)
* - Fix a few typos.Andreas Gruenbacher2007-10-151-2/+2
|
* - Allow to define a MUA different from the one found at configureAndreas Gruenbacher2007-10-061-0/+6
| | | | time in .quiltrc (by setting QUILT_SENDMAIL).
* - quite refresh: Avoid a possible environment overflow with very,Andreas Gruenbacher2007-09-081-0/+6
| | | | very large patches (#19748).
* - quilt mail: only add a "-- " at the end of messages if it isAndreas Gruenbacher2007-08-101-0/+6
| | | | actually followed by a signature.