summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* Add a man page generated automatically from -hMartin Quinson2004-02-231-0/+5
|
* - Sub-directory support: `quilt setup' could get confused, too.Andreas Gruenbacher2004-02-211-0/+5
|
* - Sub-directory support:Andreas Gruenbacher2004-02-201-0/+12
| | | | | | | | | | + Fix another bug that triggers when /patches exists. + Working in sub-directories: Force `quilt new' to always create the new patch in the current working directory even if there is a patches/ sub-directory further up the directory tree. This should restore the behavior from before Jan 28 very well. - quilt files, diff, refresh: Sort the files in the patch alphabetically.
* - Never fail when patching temporary files in `quilt diff -z',Andreas Gruenbacher2004-02-151-0/+6
| | | | only warn.
* - Don't print an empty line for `quilt top' if no patches areAndreas Gruenbacher2004-02-051-0/+2
| | | | applied.
* - Add some fixes from Manuel Estrada Sainz <ranty@debian.org>.Andreas Gruenbacher2004-02-051-0/+7
| | | | | - Add QUILT_SERIES setting: Override the location of the series file to use.
* - Add --quiltrc={rcfile|-} option. Remove some superfluous quotingAndreas Gruenbacher2004-02-031-0/+8
| | | | | | from quilt wrapper. - Extra tests in `quilt refresh' did not check if the old patch was missing.
* - Fix test for bash in configure.ac.Andreas Gruenbacher2004-02-021-1/+6
| | | | | | | - Add `--trace' option to quilt wrapper (runs commands with -x, which prints an execution trace). - Add QUILT_BACKUP setting in .quiltrc (creates backup copies when refreshing patches).
* - Fix `quilt next'.Andreas Gruenbacher2004-02-021-0/+5
|
* - Also fix `quilt import' after patch name mangling removal.Andreas Gruenbacher2004-01-311-0/+5
|
* - No longer remove common extensions (.dif, .diff, .patch, .gz,Andreas Gruenbacher2004-01-311-1/+6
| | | | | | | .bz2) from patch names. This allows patches in the same series that only differ by extension, and cleans up the scripts a little. Also don't remove extensions when printing patch names. - Remove unused diffstat code.
* - Fix generating doc/README after subdirectory support broke it.Andreas Gruenbacher2004-01-311-0/+6
| | | | - Remove excessive newlines in -h messages.
* - Fix `make dist': Some files in debian/ did not exist.v0.30Andreas Gruenbacher2004-01-281-3/+5
| | | | - Update to version 0.30.
* - Add a few more test cases for subdirectory support.Andreas Gruenbacher2004-01-281-0/+6
| | | | - Fix a few bugs introduced while merging Chris's patch.
* *** empty log message ***Andreas Gruenbacher2004-01-281-4/+5
|
* - Add support for working in subdirectories of the base directoryAndreas Gruenbacher2004-01-281-0/+9
| | | | | | | that contains patches/ and .pc/. In the unlikely case that quilt shall operate in the sub-directory itself, it is sufficient to create a patches/ directory there. - Add a small testcase for subdirectory support.
* - Add QUILT_NO_DIFF_TIMESTAMPS option in .quiltrc.Andreas Gruenbacher2004-01-261-0/+8
| | | | | | GNU patch. - Fix help for `quilt diff'. - Update TODO.
* - Also accept `quilt diff -z ./file' (ignore the ./ prefix thatAndreas Gruenbacher2004-01-081-0/+6
| | | | is often produced by find etc.)
* - `quilt fold' did not create directories for additional files,Andreas Gruenbacher2003-11-271-0/+6
| | | | and the code for recovering from failures was wrong.
* Document last changeAndreas Gruenbacher2003-11-251-0/+5
|
* - Error check for `quilt diff -z filelist' was too strict; relax.Andreas Gruenbacher2003-11-241-0/+5
|
* - Add new command `quilt fold' to fold one patch into another.Andreas Gruenbacher2003-11-171-0/+10
| | | | | | | | - Fix bug in `quilt files': Files that are neither present in the working directory and have an empty backup copy sometimes were still listed. - Some minor cleanups in apatch. - Add test/fold.test, and fix a now-useless check in one.test.
* - Merge some changes from wangdi:Andreas Gruenbacher2003-11-151-0/+8
| | | | | | + Use -f (force) option of GNU patch in `quilt diff -z'. + Build source and binary RPMs in `make rpm' target. + Simplify sed expression in Makefile.in.
* Bump version number to 0.29 (cvs tag VER_0_29).Andreas Gruenbacher2003-11-121-0/+1
|
* - Add introductory paper to CVS repository.Andreas Gruenbacher2003-11-121-0/+6
| | | | - Remove obsolete documentation.
* - Fix the timestamp check in scripts/rpatch.in for missing files.Andreas Gruenbacher2003-11-041-0/+1
|
* - `quilt setup' sometimes forgot to create the patches sub-dir.Andreas Gruenbacher2003-11-041-0/+1
|
* - Add failpop.test that checks if modified patches are recognized.Andreas Gruenbacher2003-11-041-0/+7
| | | | | - Fix the check for modified patches: That broke with the .pc file removal.
* Bump version number to 0.28.v0.28Andreas Gruenbacher2003-10-311-0/+5
|
* - No longer verify if patches remove cleanly by reverse applyingAndreas Gruenbacher2003-10-311-0/+11
| | | | | | | | | them: This doesn't always succeed, and the the equivalent of `quilt diff -z' should suffice, anyway. - Add `touch .pc/$patch' after successful refresh: Speeds up `quilt pop' after a refresh. - Update test suite. - apatch was printing a spurious newline.
* - If a patch does not apply cleanly and `quilt push' removesAndreas Gruenbacher2003-10-291-0/+7
| | | | | rejects files it GNU patch left behind, change the output from ``saving rejects to file x.rej'' to ``rejects in file x''.
* - Add change log entry.v0.27Andreas Gruenbacher2003-10-281-0/+7
| | | | - Bump version number to 0.27 (cvs tag VER_0_27).
* - Change name and semantics of PATCHSCRIPTS variable: Before, ifAndreas Gruenbacher2003-10-281-0/+8
| | | | | | PATCHSCRIPTS was set, the patches were in $PATCHSCRIPTS/patches. Now, if QUILT_PATCHES is set, the patches are in $QUILT_PATCHES. QUILT_PATCHES defaults to "patches", like before.
* - Get rid of patches_per cache_in `quilt patches'. RemoveAndreas Gruenbacher2003-10-261-0/+7
| | | | | patches_per_file and associated functions. `quilt patches' now is a bit slow for unapplied patches.
* - Rename snapshot directory from ".snap0" to ".snap".Andreas Gruenbacher2003-10-261-2/+13
| | | | | | | | | - `quilt diff: Speed up file list generation in `quilt diff'. Don't use modified_files anymore. Instead, add first_modified_by function. I want to get rid of the patches_per_file cache; it sometimes was not brought up to date. Some cleanups. - Add test/snapshot.test. - Fix two errors in the date format in quilt.changes.
* - `quilt add': Return exit code 2 when a file has already been added.Andreas Gruenbacher2003-10-231-0/+9
| | | | | | - Add `quilt edit' command: Does a `quilt add' and then invokes $EDITOR (fallback is `vi'). Files that don't exist after editing are again removed from the patch.
* - `Quilt fork' should better fork the next patch instead of theAndreas Gruenbacher2003-10-211-0/+7
| | | | | topmost one. Also fix a bug in updating the series file when forking. The rename_in_db() function is no longer needed.
* - Add `quilt fork' command.v0.26Andreas Gruenbacher2003-10-211-0/+7
| | | | | - Add `quilt snapshot' command and `quilt diff --snapshot' option. - Bump the version number to 0.26.
* Document my changesMartin Quinson2003-09-091-0/+9
|
* - Pipe rpmbuild output to /dev/null in spec2series (seems to beAndreas Gruenbacher2003-09-021-0/+6
| | | | necessary since rpm4).
* - Use %{find_lang} macro in spec file.Andreas Gruenbacher2003-07-271-0/+5
|
* - Pushing is only possible if the topmost file is found in theAndreas Gruenbacher2003-07-261-0/+6
| | | | series file. Fix from Tom Wang <wangdi@clusterfs.com>.
* - When popping files, go through the list of applied patchesAndreas Gruenbacher2003-07-261-0/+7
| | | | | instead of looking at the series file: The series file may have changed.
* - Install package documentation into $RPM_DOC_DIR if thisAndreas Gruenbacher2003-07-261-0/+9
| | | | | | | environment variable is set. On RedHat 9 $RPM_DOC_DIR points to /usr/share/doc/packages, but documentation lives in /usr/share/doc. This is a bug in RedHat's RPM configuration; working around it would break other distributions.
* - Update spec2series accordingly.Andreas Gruenbacher2003-07-231-0/+1
|
* - Add Autoconf test for rpmbuild vs. rpm (needed for `make rpm').Andreas Gruenbacher2003-07-231-0/+5
|
* - lib/backup-files.c: Copy files if hard linking is not possible,Andreas Gruenbacher2003-07-191-2/+9
| | | | e.g., because the backups go to a ram disc, etc.
* Document last changesMartin Quinson2003-06-261-1/+7
|
* Comment the last changesMartin Quinson2003-06-251-0/+7
|
* Preserve permissions of files added with `quilt add'.Andreas Gruenbacher2003-05-201-0/+5
|