summaryrefslogtreecommitdiffstats
path: root/lib/backup-files.c
Commit message (Collapse)AuthorAgeFilesLines
* - backup-file.c: Add code to recursively search .pc directories.Andreas Gruenbacher2004-06-061-21/+70
| | | | | | | | | | Add a "no-op" mode as default, and allow to just unlink files. - apatch/rpatch: let backup-files search .pc directories instead of generating temporary file lists. - rpatch/pop: unlink files of topmost patch after popping instead of unlinking at each step. - If QUILTRC is set in the environment, use this as the configuration file.
* - Fix from Dean Roehrich <roehrich@sgi.com>: Preserve file modeAndreas Gruenbacher2004-06-021-0/+2
| | | | of original file when creating backup files.
* - Fix a bug in backup-files.c (introduced just before).Andreas Gruenbacher2004-03-141-1/+1
|
* - Revert `quilt fork' to how it originally worked: fork theAndreas Gruenbacher2004-03-131-19/+89
| | | | | | | | | | | | | | *topmost* patch, not the next unapplied patch. Adapt the test suite accordingly. - Add flag to backup-files.c to make sure that files in the working tree have a link count of at most one. Use this where appropriate. - Fix a bug in `quilt snapshot': Taking snapshots caused files to get link counts bigger than one, so modifying them could cause multiple files to get modified. Speed up the command, too. - Update the documentation. Add example1.test from the documentation.
* - Remove .pc/*/.pc files, and adjust various scripts accordingly.Andreas Gruenbacher2003-10-281-12/+25
| | | | - Run test/one.test inside sub-directory.
* - Backup files were not reliably removed after restoring (this did notAndreas Gruenbacher2003-10-261-6/+4
| | | | matter with the .pc files).
* - lib/backup-files.c: Copy files if hard linking is not possible,Andreas Gruenbacher2003-07-191-18/+66
| | | | e.g., because the backups go to a ram disc, etc.
* Version 0.21 from Andreas GruenbacherMartin Quinson2003-01-291-93/+135
|
* Version 0.11, from Andreas GruenbacherMartin Quinson2003-01-211-0/+212