summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* - 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.
* - Filter duplicates with awk instead of usig uniq -D.Andreas Gruenbacher2006-02-011-0/+5
|
* - Clean up quoting in messages.Andreas Gruenbacher2006-02-011-0/+5
|
* - Japanese translation update from Yasushi Shoji.Andreas Gruenbacher2006-02-011-0/+5
|
* - Check for GNU uniq, and test if uniq -D is supported (from GaryAndreas Gruenbacher2006-01-311-0/+6
| | | | V. Vaughan).
* - Make sure that the %changes section in the spec file willAndreas Gruenbacher2006-01-311-0/+6
| | | | contain POSIX dates (#15591).
* - quilt/mail.in: Don't use sed's Q command, old versions ofJean Delvare2006-01-301-0/+6
| | | | sed don't know about it.
* - quilt/mail.in: Use $(hostname) for the sender address forAndreas Gruenbacher2006-01-301-6/+6
| | | | platforms on which $(hostname -f) doesn't work.
* - Properly handle spaces in arguments to getopt.Andreas Gruenbacher2006-01-301-0/+5
|
* - Allow backup-files to build on windows using the MinGW compiler.Andreas Gruenbacher2006-01-301-0/+5
|
* - Makefile.in: The trailing slash in `find compat/' is causing OSXAndreas Gruenbacher2006-01-301-0/+8
| | | | | | /usr/bin/find to print 'compat//sed', etc. As a result, they are appearing in compat_leftover, being removed in the middle of the build, causing errors during the construction of $(DOC).
* - test/mail.test: Use --sender option to avoid callingAndreas Gruenbacher2006-01-301-0/+6
| | | | hostname -f on platforms that don't support -f.
* - test/mail.test: /dev/stdin & /dev/stdout dont exist on Tru64.Andreas Gruenbacher2006-01-301-0/+5
|
* - lib/backup-files.c: Tru64 does not have snprintf. (Reported byAndreas Gruenbacher2006-01-301-0/+6
| | | | John Vandenberg).
* - bash_completion: Update import and mail commands options.Jean Delvare2006-01-301-0/+5
|
* - po/fr.po: Update French translation.Jean Delvare2006-01-301-0/+5
|
* - Also strip any bracketed fields and Re:, Fwd:, Fw:, Aw: fromAndreas Gruenbacher2006-01-291-2/+3
| | | | subject headers.
* - Also strip any literal "[patch]" from subject headers.Andreas Gruenbacher2006-01-291-0/+5
|
* - quilt/mail.in:Andreas Gruenbacher2006-01-291-0/+14
| | | | | | | | | | | | + Add -m and --prefix options so that the mail command can be used without invoking an editor. + Verify that each message generated will have a unique subject. + Verify that the introduction has a subject header. + Fix a bug in the heuristic for adding recipients. + Add a heuristic for extracting subject headers + Clarify some messages. + Add a test case. + Update the documentation.
* - Makefile.in: Add a missing dependency.Andreas Gruenbacher2006-01-291-0/+5
|