summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* *** 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-294-20/+20
|
* - quilt/mail.in:Andreas Gruenbacher2006-01-294-22/+147
| | | | | | | | | | | | + 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.
* - quilt/patches.in, quilt/refresh.in: Update usage line.Jean Delvare2006-01-294-21/+28
| | | | - bash_completion: Resync with quilt commands options.
* - quilt/push.in: Fix a temporary file leak and vulnerability.Jean Delvare2006-01-294-16/+16
|
* - quilt/scripts/patchfns.in: Drop an unused local variable in functionJean Delvare2006-01-294-39/+46
| | | | | | find_patch_file. - quilt/import.in: Add a missing print_patch call. - quilt/import.in: Fix several temporary file leaks.
* - po/ja.po: Translation update from Yasushi.Andreas Gruenbacher2006-01-271-19/+12
|
* - Stop using bash <(...) process substitution: it triggers bugsAndreas Gruenbacher2006-01-274-60/+60
| | | | | | on some platforms. - In source tree compat/ "virtual symlink" scripts, exec the target binary instead of only calling it.
* - Unify existing -p and -n parameters that specify a patch:Andreas Gruenbacher2006-01-274-81/+81
| | | | | always use -P as the option name. Update test suite and the translations accordingly. Patch mostly from Gary V. Vaughan.
* - Trailing whitespace cleanup.Andreas Gruenbacher2006-01-274-5/+6
|
* - po/fr.po: Update French translation.Jean Delvare2006-01-261-129/+13
|
* - Stop using find's -printf option: some versions of find don'tAndreas Gruenbacher2006-01-264-8/+8
| | | | have it.
* - quilt/delete.in: Remove a superfluous message.Andreas Gruenbacher2006-01-264-29/+35
|
* - Fix/update a few messages.Andreas Gruenbacher2006-01-264-75/+46
|
* - lib/backup-files.c: Stop using ftw and implement our own dirAndreas Gruenbacher2006-01-261-3/+5
| | | | | walking: ftw is a portability nightmare. The foreachdir function is based a proposal from Gary V. Vaughan <gary@gnu.org>, thanks!
* - quilt/import.in: Improve the help text.Andreas Gruenbacher2006-01-254-62/+67
| | | | - Makefile.in: Make sure configure is up to date.
* - quilt/scripts/parse-patch.in: files_in_patch improvement fromAndreas Gruenbacher2006-01-244-8/+8
| | | | jayvdb@gmail.com.
* - Stop using GNU awk's gensub.Andreas Gruenbacher2006-01-234-32/+32
|
* - Use a more clear message for when patches apply with -R.Andreas Gruenbacher2006-01-224-37/+57
|
* - po/de.po: Translation update.Andreas Gruenbacher2006-01-224-31/+18
|
* - lib/backup-files.c: Only create and remove parents that areAndreas Gruenbacher2006-01-214-36/+36
| | | | | missing or empty. Report errors in nftw. (Minor changes by agruen@suse.de).
* - Split off strip_diffstat from header command.Andreas Gruenbacher2006-01-214-52/+103
| | | | | - import command: compare patch headers to prevent destruction; add -d option to choose which header(s) to keep.
* - import command: catch several error conditions. Patches inAndreas Gruenbacher2006-01-214-56/+113
| | | | QUILT_PATCHES can now e imported. A minor fix in the output.
* - Fix delete -n when no patches are applied.Andreas Gruenbacher2006-01-214-83/+119
|
* - German translation update.Andreas Gruenbacher2006-01-201-13/+4
|
* - Move patch parameter checks into patchfns.in, adding quotesJohn Mark Vandenberg2006-01-194-333/+299
| | | | | around all patch parameters, and reporting 'No patches in series' - quilt/annonate.in: Fix case where no patches have been applied.
* - Change the rules for splitting a patch into header and body soAndreas Gruenbacher2006-01-164-13/+14
| | | | that it will work for git extanded patches as well.
* - John Vandenberg <jayvdb@gmail.com>: Make check depends onAndreas Gruenbacher2006-01-154-362/+368
| | | | | | | | | | programs that have been configured with --with-<name>=<prog>. Make dependencies would get confused by symlinks, so create wrappers in compat/ for make check. - Remove binaries in compat/ that are not listed in COMPAT_PROGRAMS or COMPAT_SYMLINKS. - configure.ac: use --without-$foo instead of --with-foo=none. - Fix processing of translations again, and update de.po.
* - Use the quilt version in the source tree instead of theAndreas Gruenbacher2006-01-144-16/+16
| | | | installed version for running the test suite.
* Translation updates:Jean Delvare2006-01-044-86/+52
| | | | | | - po/quilt.pot, po/de.po: Resync with code. - po/ja.po: Update from Yasushi Shoji. - po/fr.po: Update from Jean Delvare.
* - Oops, the /dev/null "fix" broke create-delete.test. Back out this changeAndreas Gruenbacher2005-11-284-20/+20
| | | | and fix only the specific -p0 case.
* - scripts/inspect.in: remove unnecessary path_search() functionAndreas Gruenbacher2005-10-124-44/+44
| | | | and let the shell search the path internally.
* - Avoid spurious rebuilds because of unnecessary chmod.Andreas Gruenbacher2005-09-194-8/+8
|
* - Makefile.in: Fix when COMPAT_PROGRAMS is empty.Andreas Gruenbacher2005-09-194-28/+70
|
* - Makefile.in: Add a dependency of all to COMPAT_PROGRAMS whichAndreas Gruenbacher2005-09-181-1/+1
| | | | | was lost somewhere. Fix internal "mta" program. - Get rid of ``grep -E''.
* - Fix a few things in po/quilt.pot generation.Andreas Gruenbacher2005-09-184-19/+119
| | | | | | | | - Always create the mta symlink in compat/. Replace "@MTA@" with "mta" in scripts. Replace mta check in configure.ac with QUILT_COMPAT_PROG_PATH. - quilt/main.in: Add a User-Agent header. - Update the German translation.
* - Remove config.h, and use @DEFS@ in Makefile.in insteadAndreas Gruenbacher2005-09-181-3/+3
| | | | (Gary V. Vaughan <gary@gnu.org>).
* - Merge po/Makefile into Makefile.in. Add a lost @false toAndreas Gruenbacher2005-09-181-47/+0
| | | | Makefile.in.
* - lib/backup-files.c: add missing dependency on config.h. CheckAndreas Gruenbacher2005-09-184-24/+24
| | | | | for chmod and fchmod support. Remove two unnecessary chmod calls. - Makefile.in: fix cyclic dependency on Makefile.
* - Merge compatibility layer from John Vandenberg <jayvdb@gmail.com>.Andreas Gruenbacher2005-09-174-24/+24
|
* - Fix off-by-one error: it's not a good idea to edit $x insteadAndreas Gruenbacher2005-09-154-44/+44
| | | | of $x.in.
* - quilt/pop.in: get rid of tac.Andreas Gruenbacher2005-09-154-52/+52
|
* - quilt/mail.in: Remove stray getopt line. If --subject is given,Andreas Gruenbacher2005-09-144-52/+74
| | | | actually fill in the subject in the message template.
* - Japanese translation update contributed by Satoru Takeuchi and YasushiJean Delvare2005-09-061-16/+20
| | | | Shoji.
* - quilt/diff.in: Fix incorrect error message when incompatible optionsJean Delvare2005-09-044-7/+12
| | | | are used. Fix direct call to awk.
* Resync line numbers (refresh.in and patchfns.in.)Jean Delvare2005-09-024-16/+16
|
* - quilt/delete.in: Drop extra spaces in usage line.Jean Delvare2005-08-264-21/+35
| | | | | | - quilt/graph.in: Add missing -T option to usage line. - quilt/push.in: Add missing --interactive and --color options to usage line.
* - quilt/header.in, quilt/refresh.in: Drop trailing tab character in helpJean Delvare2005-08-264-9/+8
| | | | message.
* - quilt/delete.in: Add options -r (remove patch file) and --backupJean Delvare2005-08-264-31/+97
| | | | (backup rather than remove.) Patch from Joe Green.