summaryrefslogtreecommitdiffstats
path: root/quilt/snapshot.in
Commit message (Collapse)AuthorAgeFilesLines
* - Use better variable names to avoid name clashes.Andreas Gruenbacher2006-01-141-4/+4
|
* - Use the quilt version in the source tree instead of theAndreas Gruenbacher2006-01-141-4/+4
| | | | installed version for running the test suite.
* - Replace @FOO@ macros in scripts with foo command where possible.Andreas Gruenbacher2005-09-181-1/+1
|
* - Replace a few instances of awk and sed with @AWK@ and @SED@ inAndreas Gruenbacher2004-07-141-1/+1
| | | | *.in files.
* - Switch from echo to printf for all translations: This is moreAndreas Gruenbacher2004-07-091-3/+4
| | | | | | | | | | | | | | | stable than having expansions in messages that might change independent of the message. - Add print_patch function and always use it when printing patch names. Remove -n options from various scripts and use a global switch QUILT_PATCHES_PREFIX in .quiltrc to decide between patch names with and without directory prefix. Depending on user experience this switch may eventually go away. - Add --diffstat option to refresh command: If given, this option inserts diffstat statistics at the end of the patch header, or refreshes the existing diffstat output. No special tags in the path file (%diffstat or the like) are needed. - Minor fix inserting changelog into RPM specfile.
* improve (?) documentation of -dMartin Quinson2004-06-111-1/+1
|
* - backup-file.c: Add code to recursively search .pc directories.Andreas Gruenbacher2004-06-061-3/+2
| | | | | | | | | | 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.
* - Revert `quilt fork' to how it originally worked: fork theAndreas Gruenbacher2004-03-131-22/+11
| | | | | | | | | | | | | | *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.
* - Add some fixes from Manuel Estrada Sainz <ranty@debian.org>.Andreas Gruenbacher2004-02-051-1/+4
| | | | | - Add QUILT_SERIES setting: Override the location of the series file to use.
* - Fix generating doc/README after subdirectory support broke it.Andreas Gruenbacher2004-01-311-4/+1
| | | | - Remove excessive newlines in -h messages.
* - Add support for working in subdirectories of the base directoryAndreas Gruenbacher2004-01-281-7/+7
| | | | | | | 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.
* - Remove .pc/*/.pc files, and adjust various scripts accordingly.Andreas Gruenbacher2003-10-281-7/+13
| | | | - Run test/one.test inside sub-directory.
* - Rename snapshot directory from ".snap0" to ".snap".Andreas Gruenbacher2003-10-261-1/+1
| | | | | | | | | - `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 `quilt fork' command.v0.26Andreas Gruenbacher2003-10-211-0/+98
- Add `quilt snapshot' command and `quilt diff --snapshot' option. - Bump the version number to 0.26.