summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Resync line numbers (refresh.in and patchfns.in.)Jean Delvare2005-09-024-16/+16
|
* scripts/patchfns.in: Fix permissions of .pc/applied-patches being lost inJean Delvare2005-09-022-6/+13
| | | | remove_from_db() and rename_in_db().
* refresh.in: Drop a useless line in the awk script replacing the diffstatJean Delvare2005-09-022-2/+10
| | | | | section in patch headers. Improve the regular expression matching diffstat lines. Original patch from John Vandenberg.
* - configure.ac, Makefile.in: Support GCC and other compilers. AllowJean Delvare2005-08-283-4/+24
| | | | executable extensions (non-Unix.) Original patch from John Vandenberg.
* - quilt/delete.in: Drop extra spaces in usage line.Jean Delvare2005-08-268-24/+46
| | | | | | - 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-266-11/+10
| | | | message.
* - quilt/delete.in: Add options -r (remove patch file) and --backupJean Delvare2005-08-267-34/+140
| | | | (backup rather than remove.) Patch from Joe Green.
* - scripts/patchfns.in: insert_in_series(): Insert new patchesAndreas Gruenbacher2005-08-266-30/+38
| | | | | | before the following patch instead of after the top patch. When no patch is in the series file, insert the new patch at the end (i.e., after comments from setup, etc.) instead of at the top.
* Fix error path when imported patch doesn't exist.Jean Delvare2005-08-262-3/+7
|
* - quilt/edit.in: Check exit status after adding files, and failAndreas Gruenbacher2005-08-244-7/+14
| | | | except when files have already been added.
* - quilt/fold.in: fold did not work when invoked from aAndreas Gruenbacher2005-08-227-48/+83
| | | | subdirectory; update test case.
* - quilt/edit.in: Check exit status after adding files.Andreas Gruenbacher2005-08-172-1/+6
|
* - configure.ac: Do not check for diffstat version if --without-diffstatJean Delvare2005-08-122-3/+10
| | | | is used.
* improve description of the import command [Joe Green]Martin Quinson2005-08-112-2/+4
|
* add completion of the header command [Joe Green]Martin Quinson2005-08-112-2/+11
|
* Updating my email addressMartin Quinson2005-08-063-3/+3
|
* - test/delete.test: New test case for the delete command.Jean Delvare2005-07-292-0/+66
|
* - Makefile.in: add test/Makefile and test/test.quiltrc to SRC, so thatJean Delvare2005-07-292-1/+8
| | | | they get included into the tarball by make dist.
* - test/missing.test: Fix test case.Andreas Gruenbacher2005-07-272-2/+7
|
* - Bump version to 0.42.v0.42Jean Delvare2005-07-262-2/+7
|
* - Mike Fabian <mfabian@suse.de> fixed two fuzzy Japanese messagesAndreas Gruenbacher2005-07-262-4/+8
| | | | for us -- thanks!
* - Fix one fuzzy message in French translation.Jean Delvare2005-07-252-2/+6
|
* - Japanese translation update from Yasushi SHOJIAndreas Gruenbacher2005-07-256-118/+141
| | | | <yashi@atmark-techno.com>.
* - Let the perl scripts (edmail, parse-patch and remove-trailing-ws) workJean Delvare2005-07-248-62/+119
| | | | without Locale::gettext.
* - Makefile.in: Drop pointless dependency between quilt commandJean Delvare2005-07-222-2/+6
| | | | files and scripts.
* - We don't need the translation statistics twice.Andreas Gruenbacher2005-07-191-2/+1
|
* - Update French translation.Jean Delvare2005-07-192-46/+65
|
* - Another translation fix.Andreas Gruenbacher2005-07-196-8/+8
|
* - Fix a few translation bugs; update german translation.Andreas Gruenbacher2005-07-1910-753/+794
|
* - Rename test/create-delete.diff to *.test and fix the test.Andreas Gruenbacher2005-07-182-7/+8
|
* - Add internationalization support to Perl scripts as well.Andreas Gruenbacher2005-07-1811-608/+1245
|
* Add new header command.Jean Delvare2005-07-181-0/+1
|
* French translation unfuzzying.Jean Delvare2005-07-182-4/+6
|
* - uninstall target: remove $(LIB_DIR) as well.Andreas Gruenbacher2005-07-182-0/+6
|
* - Based on work done by several contributers, add a headerv0.41Andreas Gruenbacher2005-07-1810-38/+301
| | | | | command. - Bump version to 0.41.
* - quilt/annotate.in: Fix case where the file is created/deletedAndreas Gruenbacher2005-07-187-13/+77
| | | | | by a patch. - Makefile.in: add uninstall target.
* - bin/quilt.in: clean up helptext.Andreas Gruenbacher2005-07-172-3/+6
|
* Update the French translation.Jean Delvare2005-07-143-10/+15
|
* - Use wildcard to generate the list of all commands in MakefileAndreas Gruenbacher2005-07-144-8/+12
| | | | | instead of explicitly listing them. - Helptext improvements.
* - Makefile.in: Properly set LINGUAS before running "make all" inJean Delvare2005-07-072-2/+10
| | | | | | subdirectory po. This ensures that all .mo files will actually be built. - Makefile.in: Delete po/*.mo only once on "make clean".
* - quilt delete: Add option -n, which deletes the next patchJean Delvare2005-07-067-34/+94
| | | | after topmost (rather than the specified or topmost patch).
* - fr.po: Add all missing translations.Jean Delvare2005-07-053-7/+91
| | | | - de.po: Add one easy translation.
* quilt delete: Display the name of the deleted patch on success.Jean Delvare2005-07-056-2/+27
|
* - Remove outdated BUGS file and references.Andreas Gruenbacher2005-07-0210-32/+31
| | | | | - refresh command: don't write into existing patches but create new files instead to avoid overwriting hardlinked copies.
* Note to self: save files before commiting them.Jean Delvare2005-07-011-1/+1
|
* - configure.ac: Add a test on diffstat version. Versions priorJean Delvare2005-07-012-1/+33
| | | | | to 1.32 are known to behave in a confusing manner, so we warn the user if such an old version is found.
* - po/de.po: Small update from Debian Bug #313827.Andreas Gruenbacher2005-06-292-5/+10
|
* Fix a typo in diff.in's help.Jean Delvare2005-06-296-5/+10
|
* Looks like msgmerge wants different line breaks. Oh well.Jean Delvare2005-06-291-7/+6
|
* French translation unfuzzying.Jean Delvare2005-06-292-33/+49
|