summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* - 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.
* - test/mail.in: Test UTF-8 header encoding.Andreas Gruenbacher2006-03-261-0/+5
|
* - test/mail.in: Test for recipients with a dot in their name.Jean Delvare2006-03-261-0/+5
|
* - quilt/main.in: Use -gt instead of > in [ ... ] expression.Andreas Gruenbacher2006-03-251-0/+10
| | | | | | | | - 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?=).
* - Makefile.in: configure depends on aclocal.m4 too.Jean Delvare2006-03-251-0/+11
| | | | | | | | | - configure.ac: Cleanup two QUILT_COMPAT_PROG_PATH calls, the second parameter is not supposed to be a list. - aclocal.m4: Document the fourth (optional) parameter of QUILT_COMPAT_PROG_PATH. - aclocal.m4: No need to check for binaries we were told not to use.
* - quilt/edit.in: The last fix broke another way of using edit.Andreas Gruenbacher2006-03-211-0/+5
|
* - configure.ac: Fix a typo in a test expression which was breakingJean Delvare2006-03-201-0/+6
| | | | configure on FreeBSD. Patch contributed by Dirk Jagdmann.
* - Makefile.in: Fix building with GNU make < 3.80.Jean Delvare2006-03-201-0/+5
|
* - quilt/edit.in: Fix for working in subdirectories.Andreas Gruenbacher2006-03-151-0/+5
|
* - Makefile.in: Fix pseudo-symlinks under compat not being removedJean Delvare2006-03-121-0/+6
| | | | by "make clean".
* - quilt/import.in: Fix replacement of compressed patches.Jean Delvare2006-03-051-0/+6
| | | | - test/import2.test: New test case for compressed patches.
* - Typos.Andreas Gruenbacher2006-02-161-1/+1
|
* - quilt/scripts/inspect.in: Also recognize when tar is passed aAndreas Gruenbacher2006-02-161-0/+7
| | | | | 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-0/+6
| | | | that inspect can be used stand-alone as well.
* - quilt.spec.in: Use wildcards for matching manpage{,.gz,bz2}Andreas Gruenbacher2006-02-151-0/+6
| | | | (Thomas Petazzoni <thomas.petazzoni@enix.org>).
* - Stop using bash's =~ operator: older versions don't support it.v0.44Andreas Gruenbacher2006-02-141-0/+6
| | | | - Bump version to 0.44.
* - po/fr.po: French translation update.Jean Delvare2006-02-141-0/+6
|
* - quilt/mail.in: Fix temporary file leak.Jean Delvare2006-02-141-0/+4
|
* Typo fix.Jean Delvare2006-02-141-1/+1
|
* - po/ja.po: Translation update from Yasushi.Andreas Gruenbacher2006-02-141-0/+5
|
* - Fix a critical bug in the push command that causes parts ofAndreas Gruenbacher2006-02-141-0/+6
| | | | patches to end up half-reversed (introduced on 22 Jan).
* - lib/backup-files.c: Close files before rename; Windows won'tAndreas Gruenbacher2006-02-121-0/+6
| | | | rename open files.
* - test/run: Avoid warnings with some versions of Perl.Andreas Gruenbacher2006-02-111-0/+5
|
* - Two bash 3.1 compatibility fixes from Arnaud PatardAndreas Gruenbacher2006-02-111-0/+6
| | | | <apatard@mandriva.com> -- thank you.
* - Some versions of mkdir screw up on `mkdir -p dir/.' when dirAndreas Gruenbacher2006-02-111-0/+6
| | | | does not already exist.
* - bin/patch-wrapper.in: Call GNU patch by absolute patch to avoidAndreas Gruenbacher2006-02-111-0/+7
| | | | | recursion. Don't print an error message when a patch contains no files.
* - quilt/setup.in: Add --path option for defining a tarball searchAndreas Gruenbacher2006-02-111-0/+9
| | | | | | | 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-0/+6
| | | | root directory when quilt chooses the wrong one.
* - quilt/scripts/patchfns.in: Fix bug in quilt_command when workingAndreas Gruenbacher2006-02-111-0/+7
| | | | | 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-0/+11
| | | | | - quilt/scripts/inspect.in: Improve recognition of patch's -i and --input options.
* - po/ja.po: Fix three errors: % used instead of %s (Yasushi Shoji).Andreas Gruenbacher2006-02-071-0/+5
|
* - Add --with-patch-wrapper configure argument, and optionallyAndreas Gruenbacher2006-02-061-0/+7
| | | | | install the wrapper as /usr/share/quilt/wrapper/patch. - bin/patch-wrapper.in: Minor cleanups.