summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* - quilt/edit.in: Check exit status after adding files, and failAndreas Gruenbacher2005-08-241-5/+6
| | | | except when files have already been added.
* - quilt/fold.in: fold did not work when invoked from aAndreas Gruenbacher2005-08-221-0/+6
| | | | subdirectory; update test case.
* - quilt/edit.in: Check exit status after adding files.Andreas Gruenbacher2005-08-171-0/+5
|
* - configure.ac: Do not check for diffstat version if --without-diffstatJean Delvare2005-08-121-0/+6
| | | | is used.
* improve description of the import command [Joe Green]Martin Quinson2005-08-111-1/+2
|
* add completion of the header command [Joe Green]Martin Quinson2005-08-111-0/+6
|
* - test/delete.test: New test case for the delete command.Jean Delvare2005-07-291-0/+5
|
* - Makefile.in: add test/Makefile and test/test.quiltrc to SRC, so thatJean Delvare2005-07-291-0/+6
| | | | they get included into the tarball by make dist.
* - test/missing.test: Fix test case.Andreas Gruenbacher2005-07-271-0/+5
|
* - Bump version to 0.42.v0.42Jean Delvare2005-07-261-0/+5
|
* - Mike Fabian <mfabian@suse.de> fixed two fuzzy Japanese messagesAndreas Gruenbacher2005-07-261-0/+6
| | | | for us -- thanks!
* - Fix one fuzzy message in French translation.Jean Delvare2005-07-251-0/+5
|
* - Japanese translation update from Yasushi SHOJIAndreas Gruenbacher2005-07-251-9/+18
| | | | <yashi@atmark-techno.com>.
* - Let the perl scripts (edmail, parse-patch and remove-trailing-ws) workJean Delvare2005-07-241-0/+6
| | | | without Locale::gettext.
* - Makefile.in: Drop pointless dependency between quilt commandJean Delvare2005-07-221-0/+6
| | | | files and scripts.
* - Update French translation.Jean Delvare2005-07-191-0/+5
|
* - Another translation fix.Andreas Gruenbacher2005-07-191-1/+1
|
* - Fix a few translation bugs; update german translation.Andreas Gruenbacher2005-07-191-0/+5
|
* - Rename test/create-delete.diff to *.test and fix the test.Andreas Gruenbacher2005-07-181-1/+2
|
* - Add internationalization support to Perl scripts as well.Andreas Gruenbacher2005-07-181-0/+5
|
* French translation unfuzzying.Jean Delvare2005-07-181-0/+5
|
* - uninstall target: remove $(LIB_DIR) as well.Andreas Gruenbacher2005-07-181-0/+5
|
* - Based on work done by several contributers, add a headerv0.41Andreas Gruenbacher2005-07-181-0/+7
| | | | | command. - Bump version to 0.41.
* - quilt/annotate.in: Fix case where the file is created/deletedAndreas Gruenbacher2005-07-181-0/+7
| | | | | by a patch. - Makefile.in: add uninstall target.
* - bin/quilt.in: clean up helptext.Andreas Gruenbacher2005-07-171-0/+5
|
* Update the French translation.Jean Delvare2005-07-141-0/+5
|
* - Use wildcard to generate the list of all commands in MakefileAndreas Gruenbacher2005-07-141-0/+7
| | | | | instead of explicitly listing them. - Helptext improvements.
* - Makefile.in: Properly set LINGUAS before running "make all" inJean Delvare2005-07-071-0/+8
| | | | | | 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-061-0/+6
| | | | after topmost (rather than the specified or topmost patch).
* - fr.po: Add all missing translations.Jean Delvare2005-07-051-0/+6
| | | | - de.po: Add one easy translation.
* quilt delete: Display the name of the deleted patch on success.Jean Delvare2005-07-051-0/+5
|
* - Remove outdated BUGS file and references.Andreas Gruenbacher2005-07-021-0/+7
| | | | | - 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-011-0/+7
| | | | | 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-291-0/+5
|
* Fix a typo in diff.in's help.Jean Delvare2005-06-291-0/+5
|
* French translation unfuzzying.Jean Delvare2005-06-291-0/+5
|
* - Fix a typo in quilt.changes.Jean Delvare2005-06-271-1/+6
|
* - quilt diff: Fix -z option if QUILT_PATCHES is an absolute path.Andreas Gruenbacher2005-06-271-0/+5
|
* - Jean Delvare:Andreas Gruenbacher2005-06-261-0/+7
| | | | | + Add a --version option that prints the program version. + patch_args: Fix comments parsing in series files.
* - annotate: temp file leak; add bash completions (Jean Delvare).Andreas Gruenbacher2005-06-221-0/+5
|
* - quilt/annotate.in: Add comment; remove some dead code.Andreas Gruenbacher2005-06-211-0/+5
|
* - add command: "File %s added to patch %s" message goes to stdoutAndreas Gruenbacher2005-06-211-0/+8
| | | | | | and not to stderr (Jean Delvare). - Don't fail when popping missing patches (Jerome Lacoste, Jean Delvare, I).
* - Add fix for refresh --strip-trailing-whitespace option: nowAndreas Gruenbacher2005-06-181-0/+9
| | | | | | | refresh always checks for trailing whitespace and reports it per file and line number. With --strip-trailing-whitespace it strips the whitespace from the patch and from the affected files in the working tree.
* - Add new annotate command.Andreas Gruenbacher2005-06-181-0/+5
|
* - rpm build: add missing files to file list; remove percent-prepAndreas Gruenbacher2005-06-161-1/+7
| | | | string from changes file so that RPM doesn't choke on it.
* - refresh command: also touch .pc/$patch/.timestamp when a patchAndreas Gruenbacher2005-06-141-0/+7
| | | | | is found to be up-to-date (Peter Williams, <pwil3058@bigpond.net.au>).
* - Documentation uodate from Jerome LacosteAndreas Gruenbacher2005-06-121-0/+6
| | | | <jerome.lacoste@gmail.com> and me.
* - Remove obsolete remnants of removed -n flag (Jean Delvare).Andreas Gruenbacher2005-06-121-0/+5
|
* - Additional fixes to the rename command.Andreas Gruenbacher2005-06-091-0/+5
|