summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Remove parse-patch which is no longer usedJean Delvare2012-01-285-80/+0
| | | | | | | | Based on a preliminary patch by Yasushi SHOJI. None of quilt code uses parse-patch anymore. The last one, it seems, was contrib/import.diff, which was removed at 2f9728a9. So, just remove it.
* Translation updates.Jean Delvare2011-12-055-496/+865
|
* Russian translation, from Sergey Basalaev (Closes bug #34340)Martin Quinson2011-09-251-0/+1374
|
* Update Japanese translation.Jean Delvare2011-02-061-114/+188
|
* Update French translation.Jean Delvare2011-02-012-131/+245
|
* French translation updateJean Delvare2009-09-091-47/+53
| | | | Update the French translation.
* Fix French translation of import commandJean Delvare2009-09-091-1/+1
| | | | | Fix French translation which was saying the exact opposite of the original message. Rather confusing...
* - Push command: don't imply --force when --merge is given so thatAndreas Gruenbacher2009-04-054-50/+45
| | | | | a patch that doesn't merge cleanly will still require to spcify --force separately. Update merge syntax highlighting.
* 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.
* Convert to git repository formatv0.48Andreas Gruenbacher2009-01-291-1/+0
|
* - Add a dual BSD/GPL license header to test/run.Andreas Gruenbacher2008-11-021-2/+1
| | | | | - Only run test/patch-wrapper.test if the --with-patch-wrapper config option is used.
* - quilt/import.in: When importing multiple patches at once, makeAndreas Gruenbacher2008-06-134-32/+32
| | | | | | 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
|
* - Stop using cp -l: it doesn't fall back to doing a regular copyAndreas Gruenbacher2008-05-204-44/+44
| | | | | when hardlinks are not supported; on some types of filesystems like AFS and in some situtions, this is annoying.
* - quilt/mail.in: Remove the Recipient-* and Replace-* headersAndreas Gruenbacher2007-11-054-9/+60
| | | | | used internally from the resulting emails; not sure how that was missed so far.
* - quilt/mail.in: Ran into a bash ``Broken pipe'' problem inAndreas Gruenbacher2007-10-294-32/+32
| | | | | | quilt_mail_patch_filter() which I cannot explain or cleanly reproduce. Work around it by not using pipes and subshells as extensively here.
* - quilt/main.in: Add a --signature flag that allows to overrideAndreas Gruenbacher2007-10-154-54/+72
| | | | | the signature used. (The test suite still depended on the .signature file of the user runnig it; fixed now.)
* - Fix translation error (http://savannah.nongnu.org/bugs/?21003)Andreas Gruenbacher2007-09-081-1/+1
|
* - Small help text improvementAndreas Gruenbacher2007-09-062-19/+19
|
* - quilt mail: Add a --reply-to <message> option which adds theAndreas Gruenbacher2007-08-104-32/+65
| | | | | appropriate Subject, Reply-To, and References headers to the intro and patch messages.
* - quilt setup: replace the --path argument with --sourcedir forAndreas Gruenbacher2007-08-084-54/+64
| | | | | | | | 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.
* - Man page improvements from Ben Pfaff <blp@cs.stanford.edu>.Andreas Gruenbacher2007-06-054-4/+4
| | | | - QUILT_SERIES and series file search algorithm bugfix.
* - Mail command: when only a single patch is specified, only mailAndreas Gruenbacher2007-05-064-60/+80
| | | | | | | | | | 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-034-134/+183
| | | | - Update German translation.
* - Try to clean up the force-apply and interactive-apply logicAndreas Gruenbacher2007-04-274-84/+98
| | | | | | 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-71/+79
| | | | | ambiguities with the delete command, and more closely matches what the command does.
* - quilt mail: Allow to specify a patch range.Andreas Gruenbacher2007-04-194-77/+75
|
* - Add quilt.el and its README file. (The emacs mode is not beingAndreas Gruenbacher2007-04-151-11/+11
| | | | installed properly, yet.)
* - quilt/import.in, quilt/scripts/patchfns.in: Implement import -RJean Delvare2007-02-214-92/+114
| | | | | for reverse-applying a patch. Original patch contributed by Randy Dunlap.
* - Update the Japanese translation. Patch from Yasushi Shoji.Jean Delvare2007-02-131-16/+10
|
* - Update the German translation.Andreas Gruenbacher2007-01-314-201/+203
|
* - Update the German translation.Andreas Gruenbacher2006-10-094-46/+51
|
* - po/ja.po: Update the Japanese translation, patch from Yasushi Shoji.Jean Delvare2006-09-202-26/+35
| | | | - po/fr.po: Update the French translation.
* - quilt/diff.in, quilt/refresh.in: Update usage line to mention "-p ab".Jean Delvare2006-09-194-24/+30
|
* - quilt/scripts/patchfns.in: Drop support for "-pab" in seriesJean Delvare2006-09-194-64/+64
| | | | | | 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/push.in: Fix a bug introduced with the -p ab support.Andreas Gruenbacher2006-06-274-40/+51
| | | | - test/dir-a-b.test: Add a regression test case for this fix.
* - Remove some broken translations that slipped in on Jun 12.Andreas Gruenbacher2006-06-274-128/+24
|
* - quilt/diff.in, quilt/refresh.in: Add `-p ab' options whichAndreas Gruenbacher2006-06-124-116/+258
| | | | | | | 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/pop.in: Delete .pc/$patch directory when popping emptyJean Delvare2006-04-264-44/+44
| | | | | | | | | | | 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.
* - po/*.po: Delete obsolete translations.Jean Delvare2006-04-193-18/+0
|
* - quilt/scripts/patchfns.in: Fix broken return in functionJean Delvare2006-04-154-24/+24
| | | | | | find_applied_patch, which was causing a bogus error message on failed pop. - test/three.test: Test failed pop.
* - test/mail.in: Test UTF-8 header encoding.Andreas Gruenbacher2006-03-264-48/+26
|
* - quilt/import.in: Fix replacement of compressed patches.Jean Delvare2006-03-054-8/+8
| | | | - test/import2.test: New test case for compressed patches.
* Sync.Jean Delvare2006-02-141-1/+3
|
* - po/fr.po: French translation update.Jean Delvare2006-02-141-17/+17
|
* Sync line numbers.Jean Delvare2006-02-144-4/+4
|
* - po/ja.po: Translation update from Yasushi.Andreas Gruenbacher2006-02-144-26/+23
|
* - Two bash 3.1 compatibility fixes from Arnaud PatardAndreas Gruenbacher2006-02-114-12/+12
| | | | <apatard@mandriva.com> -- thank you.
* - Some versions of mkdir screw up on `mkdir -p dir/.' when dirAndreas Gruenbacher2006-02-114-8/+8
| | | | does not already exist.