summaryrefslogtreecommitdiffstats
path: root/quilt
Commit message (Collapse)AuthorAgeFilesLines
* - quilt/main.in: Add a --signature flag that allows to overrideAndreas Gruenbacher2007-10-151-17/+49
| | | | | the signature used. (The test suite still depended on the .signature file of the user runnig it; fixed now.)
* - Allow to define a MUA different from the one found at configureAndreas Gruenbacher2007-10-061-2/+4
| | | | time in .quiltrc (by setting QUILT_SENDMAIL).
* - quite refresh: Avoid a possible environment overflow with very,Andreas Gruenbacher2007-09-081-9/+8
| | | | very large patches (#19748).
* - Small help text improvementAndreas Gruenbacher2007-09-061-1/+1
|
* - quilt mail: only add a "-- " at the end of messages if it isAndreas Gruenbacher2007-08-101-2/+5
| | | | actually followed by a signature.
* - quilt mail: Add a --reply-to <message> option which adds theAndreas Gruenbacher2007-08-101-14/+83
| | | | | appropriate Subject, Reply-To, and References headers to the intro and patch messages.
* - Don't include the sender login in message IDs (oops...)Andreas Gruenbacher2007-08-081-1/+1
|
* - quilt mail: strip closing angle brackets from the mail senderAndreas Gruenbacher2007-08-081-2/+3
| | | | | address before it is inserted into the message ID. (Changed by agruen@suse.de.)
* - quilt setup: replace the --path argument with --sourcedir forAndreas Gruenbacher2007-08-082-67/+71
| | | | | | | | specifying the location of the package sources. Pass the source dir to inspect as well. Fix a test suite bug for quilt setup. Minor cosmetic changes. - Fix a quilt mail test suite bug: specify a dummy --sender in test.quiltrc.
* - quilt diff: don't colorize the output when the --diff=... optionAndreas Gruenbacher2007-07-261-3/+2
| | | | is used (allows diff utilities to use terminal IO).
* - Man page improvements from Ben Pfaff <blp@cs.stanford.edu>.Andreas Gruenbacher2007-06-051-6/+8
| | | | - QUILT_SERIES and series file search algorithm bugfix.
* - Mail command: when only a single patch is specified, only mailAndreas Gruenbacher2007-05-062-27/+51
| | | | | | | | | | that one. Only mail all patches to the end of the series if the last patch is '-', or no patches have been specified. - Revert command: change semantics to really revert the changes relative to the patch instead of removing the file from the patch. That's much more useful; the other behavior is available as ``quilt diff <file> | patch -p1'', anyway. - Update German translation.
* - fold command: Add -R option.Andreas Gruenbacher2007-05-031-6/+12
| | | | - Update German translation.
* - Try to clean up the force-apply and interactive-apply logicAndreas Gruenbacher2007-04-272-13/+20
| | | | | | in quilt push, and add a force option to quilt fold: Fold was applying patches interactively and was restoring files if there were rejects; this was very unexpected for users.
* - Rename the ``remove'' command to ``revert'': this removesAndreas Gruenbacher2007-04-272-7/+8
| | | | | ambiguities with the delete command, and more closely matches what the command does.
* - quilt mail: Document the possibility to specifiy a patch range.Jean Delvare2007-04-221-4/+7
|
* - quilt mail: Allow to specify a patch range.Andreas Gruenbacher2007-04-192-2/+52
|
* - quilt/refresh.in: Remove stray \n in error message. Reported byJean Delvare2007-04-151-1/+1
| | | | Randy Dunlap.
* - Quilt refresh: fix existing patch check.Andreas Gruenbacher2007-03-261-1/+1
|
* - quilt/scripts/patchfns.in: Fix an off-by-one error inJean Delvare2007-02-221-7/+9
| | | | | change_db_strip_level when inserting the strip level in the patch argument list. Also cleanup this function a bit.
* - quilt/import.in, quilt/scripts/patchfns.in: Implement import -RJean Delvare2007-02-212-11/+49
| | | | | for reverse-applying a patch. Original patch contributed by Randy Dunlap.
* - Remove dead nonsense codeAndreas Gruenbacher2007-01-311-3/+0
|
* - Refresh command: add -z option, which refreshes changes into aAndreas Gruenbacher2006-10-194-77/+157
| | | | new patch instead of modifying the existing patch.
* - quilt/delete.in: Display the proper error message when usingJean Delvare2006-09-221-1/+2
| | | | | "quilt delete" with no argument and no patch is applied. - test/delete.test: Add a test for this specific case.
* - quilt/diff.in, quilt/refresh.in: Update usage line to mention "-p ab".Jean Delvare2006-09-192-2/+2
|
* - quilt/scripts/patchfns.in: Drop support for "-pab" in seriesJean Delvare2006-09-191-16/+2
| | | | | | file, for it breaks compatibility with previous versions of quilt, and is inconsistent. - test/dir-a-b.test: Drop test case for "-pab" in series file.
* - quilt/mail.in, test/mail.test: Fix signature separator. PatchJean Delvare2006-09-051-2/+2
| | | | from Ville Syrjala.
* - A few more `-p ab' fixes.Andreas Gruenbacher2006-06-272-6/+11
|
* - quilt/push.in: Fix a bug introduced with the -p ab support.Andreas Gruenbacher2006-06-272-4/+21
| | | | - test/dir-a-b.test: Add a regression test case for this fix.
* - quilt/diff.in, quilt/refresh.in: Add `-p ab' options whichAndreas Gruenbacher2006-06-124-9/+28
| | | | | | | produce a/file and b/file filenams in headers instead of dir.orig/file and dir/file, similar to BK, git, hg patches. - Only touch .pc/$patch/.timestamp when a path actually is being refreshed.
* - quilt/import.in: Add some missing quotes. This makes it possibleJean Delvare2006-06-011-2/+2
| | | | | | to import a patch with unfriendly characters (say spaces) in its name as long as it is renamed to something more friendly in the process.
* - quilt/scripts/patchfns.in: Fix bugs in basename() and dirname().Andreas Gruenbacher2006-05-261-6/+25
|
* - quilt/edit.in, quilt/header.in, quilt/mail.in: Run $EDITOR withJean Delvare2006-05-253-4/+4
| | | | | LANG=$ORIGINAL_LANG. Fallback to $ORIGINAL_LANG rather than $LANG for charset detection. Patch from Thomas Petazzoni.
* - quilt/scripts/edmail.in: Declare option parameters as mandatoryJean Delvare2006-05-241-5/+5
| | | | | | rather than optional. This makes more sense as the parameters are indeed not optional, and this also works around a bug in Getopt::Long.
* - quilt/pop.in: Delete .pc/$patch directory when popping emptyJean Delvare2006-04-262-1/+4
| | | | | | | | | | | patches. Report and original patch by Arnaud Patard. - quilt/push.in: Create .pc/$patch directory when pushing missing or empty patches. If we don't, some commands such as rename can fail later. - test/missing.test: Test rename command on missing patches. - test/empty.test: New test case similar to missing.test, but for empty patches. Somewhat based on a contribution by Arnaud Patard.
* - quilt/scripts/patchfns.in: Fix broken return in functionJean Delvare2006-04-151-1/+2
| | | | | | find_applied_patch, which was causing a bogus error message on failed pop. - test/three.test: Test failed pop.
* - quilt/main.in: Use -gt instead of > in [ ... ] expression.Andreas Gruenbacher2006-03-252-52/+78
| | | | | | | | - quilt/scripts/edmail.in: Improve handling of quoting and special characters in recipient addresses: Automatically quote display names that contain quotable characters, and encode special and eight-bit characters according to RFC 2047 (e.g., =?utf-8?q?Andreas=20Gr=C3=BCnbacher?=).
* - quilt/edit.in: The last fix broke another way of using edit.Andreas Gruenbacher2006-03-211-1/+1
|
* - quilt/edit.in: Fix for working in subdirectories.Andreas Gruenbacher2006-03-151-2/+2
|
* - quilt/import.in: Fix replacement of compressed patches.Jean Delvare2006-03-051-5/+8
| | | | - test/import2.test: New test case for compressed patches.
* - quilt/scripts/inspect.in: Also recognize when tar is passed aAndreas Gruenbacher2006-02-161-4/+22
| | | | | filename on the command line -- in this case, md5sum will add a `*' in fromt of thw filename, which indicates a binary file.
* - quilt/scripts/inspect.in: Add default value for QUILT_DIR soAndreas Gruenbacher2006-02-161-1/+1
| | | | that inspect can be used stand-alone as well.
* - quilt/mail.in: Fix temporary file leak.Jean Delvare2006-02-141-0/+1
|
* - Fix a critical bug in the push command that causes parts ofAndreas Gruenbacher2006-02-141-1/+1
| | | | patches to end up half-reversed (introduced on 22 Jan).
* - Two bash 3.1 compatibility fixes from Arnaud PatardAndreas Gruenbacher2006-02-112-12/+6
| | | | <apatard@mandriva.com> -- thank you.
* - Some versions of mkdir screw up on `mkdir -p dir/.' when dirAndreas Gruenbacher2006-02-111-1/+1
| | | | does not already exist.
* - quilt/setup.in: Add --path option for defining a tarball searchAndreas Gruenbacher2006-02-111-58/+105
| | | | | | | path. Fix a bug in check_for_existing_files. When a series file is given as an argument, symlink to that series file in the same way as we symlink to the patches. Improve the symlink creation algorithm. Add testcase test/setup.test.
* - quilt/new.in: Try to explain how to choose another source treeAndreas Gruenbacher2006-02-111-1/+7
| | | | root directory when quilt chooses the wrong one.
* - quilt/scripts/patchfns.in: Fix bug in quilt_command when workingAndreas Gruenbacher2006-02-111-1/+1
| | | | | in subdirectories. - Add testcase test/edit.test to catch this kind of bug.
* - bin/patch-wrapper.in: Fix permissions of installed file.Andreas Gruenbacher2006-02-081-6/+24
| | | | | - quilt/scripts/inspect.in: Improve recognition of patch's -i and --input options.