summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Add new command `quilt fold' to fold one patch into another.Andreas Gruenbacher2003-11-177-54/+237
| | | | | | | | - 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-153-4/+11
| | | | | | + 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.
* Also install quilt.pdf with `make install'.v0.29Andreas Gruenbacher2003-11-121-1/+3
|
* Bump version number to 0.29 (cvs tag VER_0_29).Andreas Gruenbacher2003-11-122-2/+3
|
* - Add introductory paper to CVS repository.Andreas Gruenbacher2003-11-1210-1038/+745
| | | | - Remove obsolete documentation.
* - Fix the timestamp check in scripts/rpatch.in for missing files.Andreas Gruenbacher2003-11-042-8/+5
|
* - `quilt setup' sometimes forgot to create the patches sub-dir.Andreas Gruenbacher2003-11-042-0/+2
|
* - Add failpop.test that checks if modified patches are recognized.Andreas Gruenbacher2003-11-046-11/+45
| | | | | - Fix the check for modified patches: That broke with the .pc file removal.
* Bump version number to 0.28.v0.28Andreas Gruenbacher2003-10-312-2/+7
|
* - No longer verify if patches remove cleanly by reverse applyingAndreas Gruenbacher2003-10-317-94/+82
| | | | | | | | | 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.
* Another noteAndreas Gruenbacher2003-10-301-0/+5
|
* - If a patch does not apply cleanly and `quilt push' removesAndreas Gruenbacher2003-10-293-4/+31
| | | | | 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-282-2/+9
| | | | - Bump version number to 0.27 (cvs tag VER_0_27).
* - Remove .pc/*/.pc files, and adjust various scripts accordingly.Andreas Gruenbacher2003-10-2814-206/+133
| | | | - Run test/one.test inside sub-directory.
* - Change name and semantics of PATCHSCRIPTS variable: Before, ifAndreas Gruenbacher2003-10-286-14/+20
| | | | | | 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.
* Remove some obsolete stuffAndreas Gruenbacher2003-10-271-50/+2
|
* Fix bug in first_modified_by function (which broke quilt diff -c).Andreas Gruenbacher2003-10-271-0/+1
|
* Add test case for patch merging with `quilt diff'.Andreas Gruenbacher2003-10-271-0/+87
|
* Add a new test case for conflicts while pushing.Andreas Gruenbacher2003-10-271-0/+139
|
* - Backup files were not reliably removed after restoring (this did notAndreas Gruenbacher2003-10-261-6/+4
| | | | matter with the .pc files).
* - Get rid of patches_per cache_in `quilt patches'. RemoveAndreas Gruenbacher2003-10-263-125/+48
| | | | | 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-265-64/+139
| | | | | | | | | - `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.
* Add new commands to bash_completion (argument expansion still missing)Andreas Gruenbacher2003-10-261-2/+3
|
* - `quilt add': Return exit code 2 when a file has already been added.Andreas Gruenbacher2003-10-234-2/+79
| | | | | | - 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.
* Add `-l' option to `quilt setup' command: This creates symlinks forAndreas Gruenbacher2003-10-221-9/+64
| | | | | | the patches directory and the series file. Also works when a spec file is specified, but then there obviously is no series file to link to.
* Never replace the series file; just replace its contents. This isAndreas Gruenbacher2003-10-221-12/+12
| | | | necessary if the series file is a symlink.
* - `Quilt fork' should better fork the next patch instead of theAndreas Gruenbacher2003-10-213-38/+20
| | | | | 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-215-13/+147
| | | | | - Add `quilt snapshot' command and `quilt diff --snapshot' option. - Bump the version number to 0.26.
* Also copy the patch file, or else `quilt diff' won't work.Andreas Gruenbacher2003-10-211-3/+3
|
* quilt setup: `-d' option did not always override the source directory ↵Andreas Gruenbacher2003-10-211-2/+5
| | | | specified in the series file.
* Add fork commandAndreas Gruenbacher2003-10-213-1/+158
|
* Do not install anything under /usr/share/doc/quilt-<version>/ since it's not ↵Martin Quinson2003-09-122-0/+8
| | | | the way it should be done under Debian
* new versionMartin Quinson2003-09-091-0/+9
|
* CosmeticsMartin Quinson2003-09-091-2/+1
|
* Fix LC_ALL to CMartin Quinson2003-09-091-2/+2
|
* Stupid bug fixMartin Quinson2003-09-091-1/+0
|
* Document my changesMartin Quinson2003-09-091-0/+9
|
* Fix LC_ALL to C while building the reference file to get it in english even ↵Martin Quinson2003-09-091-2/+2
| | | | on my box
* Bump version number to 0.25v0.25Martin Quinson2003-09-091-2/+2
|
* UpdateMartin Quinson2003-09-092-62/+89
|
* - Pipe rpmbuild output to /dev/null in spec2series (seems to beAndreas Gruenbacher2003-09-022-1/+7
| | | | necessary since rpm4).
* Fix typo.Andreas Gruenbacher2003-07-271-1/+1
|
* - Use %{find_lang} macro in spec file.Andreas Gruenbacher2003-07-272-5/+7
|
* - Pushing is only possible if the topmost file is found in theAndreas Gruenbacher2003-07-262-0/+14
| | | | series file. Fix from Tom Wang <wangdi@clusterfs.com>.
* No more story telling; bring (more) up to date.Andreas Gruenbacher2003-07-261-22/+34
|
* - When popping files, go through the list of applied patchesAndreas Gruenbacher2003-07-266-29/+49
| | | | | instead of looking at the series file: The series file may have changed.
* - Install package documentation into $RPM_DOC_DIR if thisAndreas Gruenbacher2003-07-264-6/+25
| | | | | | | 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-233-3/+5
|
* - Add Autoconf test for rpmbuild vs. rpm (needed for `make rpm').Andreas Gruenbacher2003-07-233-3/+13
|
* - lib/backup-files.c: Copy files if hard linking is not possible,Andreas Gruenbacher2003-07-192-20/+75
| | | | e.g., because the backups go to a ram disc, etc.