summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Typo fixingMartin Quinson2008-06-061-2/+2
|
* small typo fixedMartin Quinson2008-06-061-2/+2
|
* - Stop using cp -l: it doesn't fall back to doing a regular copyAndreas Gruenbacher2008-05-208-76/+77
| | | | | when hardlinks are not supported; on some types of filesystems like AFS and in some situtions, this is annoying.
* Update cvsignore.Andreas Gruenbacher2008-04-291-1/+1
|
* - Assume patches are in unified format by default when applyingAndreas Gruenbacher2008-03-252-1/+13
| | | | | | 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-057-11/+69
| | | | | used internally from the resulting emails; not sure how that was missed so far.
* - Fix `make snapshot'.Andreas Gruenbacher2007-10-292-14/+20
| | | | - Make the changelog file chronological.
* - quilt/mail.in: Ran into a bash ``Broken pipe'' problem inAndreas Gruenbacher2007-10-296-69/+69
| | | | | | 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-253-56/+63
| | | | | | | | | | 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-158-79/+136
| | | | | 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-062-2/+10
| | | | time in .quiltrc (by setting QUILT_SENDMAIL).
* fixing quilt-importSatoru Takeuchi2007-10-061-1/+3
|
* fixing no-patch-applied cases.Satoru Takeuchi2007-10-061-35/+45
|
* support QUILT_PATCHES_PREFIXSatoru Takeuchi2007-10-061-1/+1
|
* - quite refresh: Avoid a possible environment overflow with very,Andreas Gruenbacher2007-09-082-9/+14
| | | | very large patches (#19748).
* - Fix translation error (http://savannah.nongnu.org/bugs/?21003)Andreas Gruenbacher2007-09-081-1/+1
|
* - Small help text improvementAndreas Gruenbacher2007-09-063-20/+20
|
* - quilt mail: only add a "-- " at the end of messages if it isAndreas Gruenbacher2007-08-102-2/+11
| | | | actually followed by a signature.
* - quilt mail: Add a --reply-to <message> option which adds theAndreas Gruenbacher2007-08-106-46/+155
| | | | | 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-082-2/+10
| | | | | 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-089-128/+152
| | | | | | | | 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-262-3/+8
| | | | is used (allows diff utilities to use terminal IO).
* Move quilt-mode-line definition to topleve.Satoru Takeuchi2007-07-211-2/+3
|
* - Man page improvements from Ben Pfaff <blp@cs.stanford.edu>.Andreas Gruenbacher2007-06-057-12/+25
| | | | - QUILT_SERIES and series file search algorithm bugfix.
* - Mail command: when only a single patch is specified, only mailAndreas Gruenbacher2007-05-0613-125/+170
| | | | | | | | | | 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-036-140/+201
| | | | - Update German translation.
* - Try to clean up the force-apply and interactive-apply logicAndreas Gruenbacher2007-04-277-97/+126
| | | | | | 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-2713-122/+138
| | | | | 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-223-7/+16
|
* Dependencies of quilt/* on quilt/scripts/* are run-time dependencies forJean Delvare2007-04-222-4/+13
| | | | the test suite, not build-time dependencies.
* - quilt mail: Allow to specify a patch range.Andreas Gruenbacher2007-04-198-79/+137
|
* Make pod2man optional (./configure --without-pod2man).Andreas Gruenbacher2007-04-193-3/+24
|
* - Install quilt.el into $(datadir)/emacs/site-lisp/.Andreas Gruenbacher2007-04-183-1/+11
|
* - lib/backup-files.c: Do not modify the original file wheneverAndreas Gruenbacher2007-04-163-10/+82
| | | | | | | possible: previously, a ``quilt add'' usually linked the file to he backup and then copied the backup over the file to ensure a link count of one. Recognize this case, and create a copy in the first place instead.
* - Add quilt.el and its README file. (The emacs mode is not beingAndreas Gruenbacher2007-04-155-13/+524
| | | | installed properly, yet.)
* - quilt/refresh.in: Remove stray \n in error message. Reported byJean Delvare2007-04-152-1/+7
| | | | Randy Dunlap.
* - Quilt refresh: fix existing patch check.Andreas Gruenbacher2007-03-262-1/+6
|
* Spelling fix: explicitly.Jean Delvare2007-03-181-1/+1
|
* - quilt/scripts/patchfns.in: Fix an off-by-one error inJean Delvare2007-02-222-7/+16
| | | | | 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-219-106/+262
| | | | | for reverse-applying a patch. Original patch contributed by Randy Dunlap.
* test/run: Don't attempt to remove comments from command lines. We don'tJean Delvare2007-02-202-1/+8
| | | | | put such comments in our test cases, and it prevents legitimate uses of the "#" character (e.g. in a string, inside quotes) in commands.
* - Update the Japanese translation. Patch from Yasushi Shoji.Jean Delvare2007-02-132-16/+15
|
* - Remove dead nonsense codeAndreas Gruenbacher2007-01-311-3/+0
|
* - Update the German translation.Andreas Gruenbacher2007-01-315-201/+208
|
* - Refresh command: add -z option, which refreshes changes into aAndreas Gruenbacher2006-10-196-77/+192
| | | | new patch instead of modifying the existing patch.
* Bump version to 0.46.v0.46Jean Delvare2006-10-192-2/+7
|
* - aclocal.m4: New helper for optional binaries.Jean Delvare2006-10-105-16/+67
| | | | | | - configure.ac: Use the new helper for diffstat and rpmbuild. - compat/diffstat.in: Delete. - compat/rpmbuild.in: Delete.
* - Update the German translation.Andreas Gruenbacher2006-10-095-46/+56
|