summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Push command: don't imply --force when --merge is given so thatAndreas Gruenbacher2009-04-057-56/+71
| | | | | a patch that doesn't merge cleanly will still require to spcify --force separately. Update merge syntax highlighting.
* - Rename push's -M option to -m.Andreas Gruenbacher2009-03-311-3/+3
|
* Push command: update the -M / --merge optionAndreas Gruenbacher2009-03-151-9/+5
|
* patches command: add --color option as wellAndreas Gruenbacher2009-03-084-8/+34
|
* series command: add --color optionAndreas Gruenbacher2009-03-083-10/+29
|
* Fix the -M option (which aliases to --merge=rejects).Andreas Gruenbacher2009-02-031-3/+6
|
* make snapshot: strip the v from v$version tags.Andreas Gruenbacher2009-02-031-1/+1
|
* Add the generated files configure and quilt.spec to the repository so thatAndreas Gruenbacher2009-02-034-3/+9542
| | | | reposititory snapshots can simply be used as release tarballs.
* The translations still need updating...Andreas Gruenbacher2009-02-033-54/+77
|
* Convert the French translation to UTF-8 like all other translations.Andreas Gruenbacher2009-02-031-315/+323
| | | | This avoids seeing a mix of encodings in diffs.
* Ignore quilt-*.tar.gz tarballs as well.Andreas Gruenbacher2009-02-031-0/+1
|
* Allow to optionally specify different merge modes.Andreas Gruenbacher2009-02-031-4/+4
|
* I'm not sure it's really a good idea to bump --fuzz for merges; removeAndreas Gruenbacher2009-02-011-2/+2
| | | | that for now.
* - push command: Add --fuzz=N option. Add experimental --mergeAndreas Gruenbacher2009-02-012-21/+45
| | | | | option. Fail pushes when GNU patch exits with a status > 1. Some cleanups.
* Remove the trailing slash from autom4te.cache/ so that git status willAndreas Gruenbacher2009-02-011-1/+1
| | | | behave better.
* Convert to git repository formatv0.48Andreas Gruenbacher2009-01-2914-58/+59
|
* - Make a note about pagers and colors.Andreas Gruenbacher2009-01-281-0/+4
|
* - quilt setup: Define %__tar and %__patch to refer to the tar andAndreas Gruenbacher2008-11-292-0/+8
| | | | patch wrapper. (Patch from Jan Kratochvil, Savannah bug 24964).
* - To allow using 'procmail' (which contains 'formail') as weakAndreas Gruenbacher2008-11-022-0/+16
| | | | | | | 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-022-4/+7
| | | | (From Wolfram Sang <w.sang@pengutronix.de>.)
* - mail command: don't word boundaries in awk; it's a GNU awkAndreas Gruenbacher2008-11-022-2/+8
| | | | extension. (From Wolfram Sang <w.sang@pengutronix.de>.)
* - From Wolfram Sang <w.sang@pengutronix.de>:Andreas Gruenbacher2008-11-022-2/+12
| | | | | | "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-022-2/+10
| | | | | | "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-024-3/+36
| | | | | - Only run test/patch-wrapper.test if the --with-patch-wrapper config option is used.
* - Bash completion fix for fold command fromAndreas Gruenbacher2008-09-032-0/+7
| | | | Bernhard Walle <bwalle@suse.de>.
* +- Bump version to 0.47.v0.47Andreas Gruenbacher2008-08-213-2/+14
| | | | | +- Add a new "publish" makefile target for pushing releases to + savannah.nongnu.org.
* - quilt/scripts/patchfns.in (cat_series): Handle lines properlyAndreas Gruenbacher2008-06-242-2/+8
| | | | that only contain whitespace.
* - quilt/import.in: When importing multiple patches at once, makeAndreas Gruenbacher2008-06-138-36/+65
| | | | | | 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.
* 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.)