summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - make dist: Add the missing aclocal.m4 to the tarball.Andreas Gruenbacher2006-02-042-2/+7
|
* Typo fix.Jean Delvare2006-02-031-1/+1
|
* - bash_completion: Code refactoring, indentation fixes.Jean Delvare2006-02-032-14/+11
|
* - quilt/mail.in: Strip "Tr:" from subject lines like we do withJean Delvare2006-02-032-1/+7
| | | | "Re:" and "Fwd:".
* - quilt/mail.in: Disable broken patch header format check.Andreas Gruenbacher2006-02-036-34/+40
|
* Added configure.ac check for GNU diff and fixed GNU patch checkJohn Mark Vandenberg2006-02-032-2/+33
| | | | to use $GREP -q
* *** empty log message ***v0.43Andreas Gruenbacher2006-02-011-1/+1
|
* - Bump version to 0.43.Andreas Gruenbacher2006-02-012-2/+7
|
* - Add "testcase" for -p0 patches that are applied in differentAndreas Gruenbacher2006-02-012-0/+30
| | | | | directories. We occasionally have this condition in spec files, and it would be really great if quilt setup could cope better.
* - Add another TODO item.Andreas Gruenbacher2006-02-011-0/+4
|
* - compat/date.in: Fix GetOptions problem with options startingAndreas Gruenbacher2006-02-013-4/+14
| | | | | | | 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-016-17/+22
|
* - $DATE instead of date.Andreas Gruenbacher2006-02-011-2/+2
|
* - configure.ac: Remove uniq -D test; we no longer use it.Andreas Gruenbacher2006-02-014-9/+84
| | | | | | | - 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-013-268/+107
| | | | | | | | 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-012-0/+11
| | | | option help. Thanks to Andreas Gruenbacher for pointing out.
* - Clean up quoting in more messages. Add some spaces to the JapaneseAndreas Gruenbacher2006-02-016-45/+51
| | | | translation for good measure.
* - Filter duplicates with awk instead of usig uniq -D.Andreas Gruenbacher2006-02-017-19/+34
|
* - Clean up quoting in messages.Andreas Gruenbacher2006-02-0113-63/+69
|
* - Japanese translation update from Yasushi Shoji.Andreas Gruenbacher2006-02-012-8/+18
|
* - Add TODO entry for quilt push:Andreas Gruenbacher2006-01-311-0/+2
| | | | + Check if there are any .orig or .rej files and barf if so.
* - Check for GNU uniq, and test if uniq -D is supported (from GaryAndreas Gruenbacher2006-01-313-1/+20
| | | | V. Vaughan).
* - Make sure that the %changes section in the spec file willAndreas Gruenbacher2006-01-312-0/+8
| | | | contain POSIX dates (#15591).
* - quilt/mail.in: Don't use sed's Q command, old versions ofJean Delvare2006-01-306-8/+16
| | | | sed don't know about it.
* - quilt/mail.in: Use $(hostname) for the sender address forAndreas Gruenbacher2006-01-307-35/+40
| | | | platforms on which $(hostname -f) doesn't work.
* - Properly handle spaces in arguments to getopt.Andreas Gruenbacher2006-01-302-8/+29
|
* - Allow backup-files to build on windows using the MinGW compiler.Andreas Gruenbacher2006-01-302-0/+16
|
* - Makefile.in: The trailing slash in `find compat/' is causing OSXAndreas Gruenbacher2006-01-302-1/+9
| | | | | | /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-302-4/+10
| | | | hostname -f on platforms that don't support -f.
* - test/mail.test: /dev/stdin & /dev/stdout dont exist on Tru64.Andreas Gruenbacher2006-01-302-6/+11
|
* - lib/backup-files.c: Tru64 does not have snprintf. (Reported byAndreas Gruenbacher2006-01-302-5/+9
| | | | John Vandenberg).
* - bash_completion: Update import and mail commands options.Jean Delvare2006-01-302-3/+8
|
* - po/fr.po: Update French translation.Jean Delvare2006-01-302-11/+22
|
* *** empty log message ***Andreas Gruenbacher2006-01-291-1/+2
|
* - Also strip any bracketed fields and Re:, Fwd:, Fw:, Aw: fromAndreas Gruenbacher2006-01-297-24/+27
| | | | subject headers.
* *** empty log message ***Andreas Gruenbacher2006-01-291-3/+2
|
* *** empty log message ***Andreas Gruenbacher2006-01-291-2/+2
|
* - Also strip any literal "[patch]" from subject headers.Andreas Gruenbacher2006-01-298-21/+30
|
* *** empty log message ***Andreas Gruenbacher2006-01-291-1/+1
|
* - quilt/mail.in:Andreas Gruenbacher2006-01-2910-107/+475
| | | | | | | | | | | | + 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-292-1/+8
|
* - quilt/files.in, bash_completion: Command files only works on appliedJean Delvare2006-01-293-2/+8
| | | | patches.
* - Don't pad right-hand side of ==, !=, =~, !~ with spaces.Andreas Gruenbacher2006-01-291-3/+2
|
* - quilt/patches.in, quilt/refresh.in: Update usage line.Jean Delvare2006-01-298-40/+78
| | | | - bash_completion: Resync with quilt commands options.
* - quilt/push.in: Fix a temporary file leak and vulnerability.Jean Delvare2006-01-296-16/+24
|
* Coding style.Jean Delvare2006-01-293-3/+3
|
* - quilt/scripts/patchfns.in: Drop an unused local variable in functionJean Delvare2006-01-297-44/+68
| | | | | | find_patch_file. - quilt/import.in: Add a missing print_patch call. - quilt/import.in: Fix several temporary file leaks.
* Add bash.Jean Delvare2006-01-281-0/+1
|
* - po/ja.po: Translation update from Yasushi.Andreas Gruenbacher2006-01-272-19/+17
|
* - Stop using bash <(...) process substitution: it triggers bugsAndreas Gruenbacher2006-01-279-76/+83
| | | | | | on some platforms. - In source tree compat/ "virtual symlink" scripts, exec the target binary instead of only calling it.