summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - 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-276-91/+58
|
* - Jean Delvare:Andreas Gruenbacher2005-06-268-22/+78
| | | | | + 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-223-2/+13
|
* - Actually, ed-style diffs are really needed for this to work.Andreas Gruenbacher2005-06-211-4/+5
|
* - quilt/annotate.in: Add comment; remove some dead code.Andreas Gruenbacher2005-06-212-3/+18
|
* - add command: "File %s added to patch %s" message goes to stdoutAndreas Gruenbacher2005-06-219-93/+153
| | | | | | 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-1811-41/+230
| | | | | | | 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-187-10/+226
|
* - rpm build: add missing files to file list; remove percent-prepAndreas Gruenbacher2005-06-162-1/+9
| | | | string from changes file so that RPM doesn't choke on it.
* - quilt/refresh.in: Fix last change.Andreas Gruenbacher2005-06-145-8/+9
|
* - refresh command: also touch .pc/$patch/.timestamp when a patchAndreas Gruenbacher2005-06-146-10/+14
| | | | | is found to be up-to-date (Peter Williams, <pwil3058@bigpond.net.au>).
* - Documentation uodate from Jerome LacosteAndreas Gruenbacher2005-06-124-12/+43
| | | | <jerome.lacoste@gmail.com> and me.
* - Remove obsolete remnants of removed -n flag (Jean Delvare).Andreas Gruenbacher2005-06-124-7/+12
|
* - Remove unreferenced leftover variable (Jean Delvare).Andreas Gruenbacher2005-06-101-2/+0
|
* - Additional fixes to the rename command.Andreas Gruenbacher2005-06-093-22/+31
|
* - Add rename command from Jean Delvare <khali@linux-fr.org>.Andreas Gruenbacher2005-06-086-2/+198
|
* - Add testcase for diff --no-index.Andreas Gruenbacher2005-06-082-0/+16
|
* - Add --no-index option to diff and refresh commands: SuppressAndreas Gruenbacher2005-06-068-117/+169
| | | | Index: lines in the patch. From Jean Delvare <khali@linux-fr.org>.
* - test/remove2.test: Test for remove + refresh interactions.Andreas Gruenbacher2005-06-012-0/+33
|
* - quilt.quiltrc: A minor cleanup in quilt_mail_patch_filter().Andreas Gruenbacher2005-05-232-3/+8
|
* - setup command: When a patch cannot be identified, scan all theAndreas Gruenbacher2005-05-222-6/+34
| | | | | files in the build directory: the patch may have been created, unpacked from an archive, etc.
* - refresh command: Fix temporary file leak (from Jean Delvare).Andreas Gruenbacher2005-05-222-1/+6
|
* - debian/changelog: Fix typo.Andreas Gruenbacher2005-05-182-1/+6
|
* - Quoting fix from Jean Delvare <khali@linux-fr.org>, and one moreAndreas Gruenbacher2005-05-123-5/+11
| | | | from me.
* - doc/quilt.1.in: Fix some typos (mostly from Jean Delvare).Andreas Gruenbacher2005-05-083-20/+30
|
* - Bump version to 0.40.v0.40Andreas Gruenbacher2005-04-292-2/+3
|
* *** empty log message ***Andreas Gruenbacher2005-04-292-4/+32
|
* - Add add-filename-check.test and trailing-ws.test test cases.Andreas Gruenbacher2005-04-298-96/+224
|
* - Add trailing-whitespace check an --strip-trailing-whitespaceAndreas Gruenbacher2005-04-292-2/+30
| | | | option to the refresh command.
* Add a word in the man page about how to display compressed pdf files since ↵Martin Quinson2005-04-261-0/+7
| | | | this non-bug got reported against the debian package twice now
* Add a word about how to display compressed pdf files since this non-bug got ↵Martin Quinson2005-04-261-0/+3
| | | | reported against the debian package twice now
* - A minor improvement to the help text.Andreas Gruenbacher2005-04-261-2/+2
|
* - fork command help update (Jean Delvare <khali@linux-fr.org>).Andreas Gruenbacher2005-04-192-4/+16
|
* - Add --sort options to the diff and refresh commands whichAndreas Gruenbacher2005-04-1310-122/+250
| | | | | | | | | | sorts files by filename. The default is to keep files in their original order whenever possible. - refresh command: add new files in sort order instead of the filesystem order. - diff command: output files in the order in which they show up in the patch instead of sorting them alphabetically. - Add sort testcase.
* - Fix typos in introduction.Andreas Gruenbacher2005-04-132-3/+8
|
* - doc/quilt.1.in: Remove an unnecessary 8-bit character.Andreas Gruenbacher2005-04-052-2/+7
|
* Fixed comment on changelog generation for the .spec fileJosh Boyer2005-04-011-1/+1
|
* Fix whitespace error in changelog that prevented the entire log from beingJosh Boyer2005-04-011-1/+1
| | | | translated into the .spec file
* new minor release of debian package to fix some issuesMartin Quinson2005-03-231-0/+10
|
* suggest modern cdbs version implied by the fix to #295913Martin Quinson2005-03-233-1/+7
|
* - Debian Bug #298785: Pass -p $opt_strip_level option to diffstatAndreas Gruenbacher2005-03-102-1/+7
| | | | in refresh command.