summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* - Try to clean up the force-apply and interactive-apply logicAndreas Gruenbacher2007-04-271-0/+8
| | | | | | 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-271-0/+7
| | | | | 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-0/+5
|
* Dependencies of quilt/* on quilt/scripts/* are run-time dependencies forJean Delvare2007-04-221-1/+7
| | | | the test suite, not build-time dependencies.
* - quilt mail: Allow to specify a patch range.Andreas Gruenbacher2007-04-191-0/+6
|
* Make pod2man optional (./configure --without-pod2man).Andreas Gruenbacher2007-04-191-0/+5
|
* - Install quilt.el into $(datadir)/emacs/site-lisp/.Andreas Gruenbacher2007-04-181-0/+5
|
* - lib/backup-files.c: Do not modify the original file wheneverAndreas Gruenbacher2007-04-161-0/+9
| | | | | | | 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-151-0/+6
| | | | installed properly, yet.)
* - quilt/refresh.in: Remove stray \n in error message. Reported byJean Delvare2007-04-151-0/+6
| | | | Randy Dunlap.
* - Quilt refresh: fix existing patch check.Andreas Gruenbacher2007-03-261-0/+5
|
* - quilt/scripts/patchfns.in: Fix an off-by-one error inJean Delvare2007-02-221-0/+7
| | | | | 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-211-0/+7
| | | | | 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-201-0/+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-131-0/+5
|
* - Update the German translation.Andreas Gruenbacher2007-01-311-0/+5
|
* - Refresh command: add -z option, which refreshes changes into aAndreas Gruenbacher2006-10-191-0/+6
| | | | new patch instead of modifying the existing patch.
* Bump version to 0.46.v0.46Jean Delvare2006-10-191-0/+5
|
* - aclocal.m4: New helper for optional binaries.Jean Delvare2006-10-101-0/+8
| | | | | | - 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-091-0/+5
|
* - quilt.spec.in: Pass %_mandir to --configure (fix from AndersAndreas Gruenbacher2006-10-091-0/+6
| | | | Larsen).
* - quilt/delete.in: Display the proper error message when usingJean Delvare2006-09-221-0/+7
| | | | | "quilt delete" with no argument and no patch is applied. - test/delete.test: Add a test for this specific case.
* - po/ja.po: Update the Japanese translation, patch from Yasushi Shoji.Jean Delvare2006-09-201-0/+7
| | | | - po/fr.po: Update the French translation.
* - quilt/diff.in, quilt/refresh.in: Update usage line to mention "-p ab".Jean Delvare2006-09-191-0/+6
|
* - quilt/scripts/patchfns.in: Drop support for "-pab" in seriesJean Delvare2006-09-191-0/+8
| | | | | | 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.
* - test/*.test: Make sure that rm commands are non-interactive.Jean Delvare2006-09-191-0/+5
|
* - test/dir-a-b.test: Don't use diffstat in the regression testJean Delvare2006-09-191-0/+6
| | | | suite, as it may or may not be available.
* - doc/quilt.1.in: Document the fact that per-patch comments are nowJean Delvare2006-09-181-0/+6
| | | | supported. Fix a typo.
* - Makefile.in: Set LC_ALL=C before running the regression tests,Jean Delvare2006-09-181-0/+7
| | | | | setting LANG alone isn't sufficient because LC_ALL overrides LANG when set.
* - quilt/mail.in, test/mail.test: Fix signature separator. PatchJean Delvare2006-09-051-0/+6
| | | | from Ville Syrjala.
* - A few more `-p ab' fixes.Andreas Gruenbacher2006-06-271-0/+5
|
* - quilt/push.in: Fix a bug introduced with the -p ab support.Andreas Gruenbacher2006-06-271-0/+6
| | | | - 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-271-0/+5
|
* - configure.ac: Test for bash 3.1 quoting bug (#16763).Jean Delvare2006-06-241-0/+5
|
* - bin/quilt.in, doc/quilt.1.in: Document the --quiltrc=- featureJean Delvare2006-06-241-0/+6
| | | | (#16727).
* - quilt/diff.in, quilt/refresh.in: Add `-p ab' options whichAndreas Gruenbacher2006-06-121-0/+9
| | | | | | | 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.
* - doc/quilt.1.in: Mention the QUILT_PATCHES_PREFIX,Jean Delvare2006-06-021-0/+7
| | | | | QUILT_NO_DIFF_INDEX and QUILT_NO_DIFF_TIMESTAMP variables, and describe their effects.
* - quilt/import.in: Add some missing quotes. This makes it possibleJean Delvare2006-06-011-1/+9
| | | | | | 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.
* - compat/rpmbuild.in: Add a version that tries to execute aAndreas Gruenbacher2006-06-011-0/+10
| | | | | | | | rpmbuild that may have been installed after building quilt. - compat/diffstat.in: Same as for compat/rpmbuild.in, try to execute rpmbuild even though none was there at quilt build time. - aclocal.m4: Fix a quoting error.
* - Fix the --with-rpmbuild option of configure.Andreas Gruenbacher2006-05-311-0/+5
|
* - quilt/scripts/patchfns.in: Fix bugs in basename() and dirname().Andreas Gruenbacher2006-05-261-0/+5
|
* - quilt/edit.in, quilt/header.in, quilt/mail.in: Run $EDITOR withJean Delvare2006-05-251-0/+7
| | | | | 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-0/+8
| | | | | | 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-261-0/+13
| | | | | | | | | | | 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.
* - Add @datarootdir@ macro which future versions of Autoconf willAndreas Gruenbacher2006-04-241-0/+7
| | | | | start to use in @datadir@ (bug 16155, patch from Ralf Wildenhues).
* Bump version to 0.45.v0.45Jean Delvare2006-04-241-0/+5
|
* - po/*.po: Delete obsolete translations.Jean Delvare2006-04-191-0/+5
|
* - compat/getopt.in: Ignore option -q, rather than failing on it.Jean Delvare2006-04-191-0/+7
| | | | | This prevents the test suite from failing on patch-wrapper when --without-getopt is used. Reported by Markus Oberhumer.
* - compat/getopt.in: Remove duplicate test.Jean Delvare2006-04-151-0/+5
|
* - quilt/scripts/patchfns.in: Fix broken return in functionJean Delvare2006-04-151-0/+8
| | | | | | find_applied_patch, which was causing a bogus error message on failed pop. - test/three.test: Test failed pop.