summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* - 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.
* - bin/patch-wrapper.in: Add hack to follow pipes via /proc onAndreas Gruenbacher2006-02-061-0/+6
| | | | Linux (zcat patch.diff.gz | patch -p0, etc.).
* - bin/patch-wrapper.in: A wrapper to GNU patch that recognizes theAndreas Gruenbacher2006-02-061-0/+12
| | | | | | | | | | most common options and mimics GNU patch's behavior and output, and creates the quilt metadata as if quilt push was used to apply the patch. When options are used that this wrapper does not recognize, GNU patch is used directly, and no quilt metadata will get created. - lib/backup-files.c: Don't fail if a directory specified with -B does not exist.
* - make dist: Add the missing aclocal.m4 to the tarball.Andreas Gruenbacher2006-02-041-1/+6
|
* Typo fix.Jean Delvare2006-02-031-1/+1
|
* - bash_completion: Code refactoring, indentation fixes.Jean Delvare2006-02-031-0/+5
|
* - quilt/mail.in: Strip "Tr:" from subject lines like we do withJean Delvare2006-02-031-0/+6
| | | | "Re:" and "Fwd:".
* - quilt/mail.in: Disable broken patch header format check.Andreas Gruenbacher2006-02-031-0/+5
|
* Added configure.ac check for GNU diff and fixed GNU patch checkJohn Mark Vandenberg2006-02-031-0/+6
| | | | to use $GREP -q
* *** empty log message ***v0.43Andreas Gruenbacher2006-02-011-1/+1
|
* - Bump version to 0.43.Andreas Gruenbacher2006-02-011-0/+5
|
* - compat/date.in: Fix GetOptions problem with options startingAndreas Gruenbacher2006-02-011-0/+9
| | | | | | | with `+'. - test/run: Adjust $ENV{PWD} in cd command; add FIXME comment in export command: in commands like `export foo=$var/bar', $var is not evaluated.
* - quilt/mail.in: Documentation fix.Andreas Gruenbacher2006-02-011-0/+5
|
* - configure.ac: Remove uniq -D test; we no longer use it.Andreas Gruenbacher2006-02-011-0/+13
| | | | | | | - compat/date.in: Compatibility wrapper that emulates the GNU date features that quilt depends on (with minor cleanups from Andreas Gruenbacher). - configure.ac: Add test for date --rfc-822.
* - bin/guards: Update to latest version (supports --with-guardsAndreas Gruenbacher2006-02-011-5/+10
| | | | | | | | option). - doc/README.in: Update the description of the helper scripts. Add Typical Usages section from Randy Dunlap <rdunlap@xenotime.net>. - contrib/import.diff: Remove obsolete file.
* - po/fr.po: Add missing translation of quilt mail's --senderJean Delvare2006-02-011-0/+6
| | | | option help. Thanks to Andreas Gruenbacher for pointing out.
* - Clean up quoting in more messages. Add some spaces to the JapaneseAndreas Gruenbacher2006-02-011-1/+7
| | | | translation for good measure.