summaryrefslogtreecommitdiffstats
path: root/quilt/fork.in
Commit message (Collapse)AuthorAgeFilesLines
* - fork command help update (Jean Delvare <khali@linux-fr.org>).Andreas Gruenbacher2005-04-191-4/+11
|
* - The fork command at some point broke and did not insert theAndreas Gruenbacher2004-09-121-8/+9
| | | | "serial number" in the right place in patch names anymore.
* - Switch from echo to printf for all translations: This is moreAndreas Gruenbacher2004-07-091-7/+13
| | | | | | | | | | | | | | | 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.
* - Revert `quilt fork' to how it originally worked: fork theAndreas Gruenbacher2004-03-131-18/+23
| | | | | | | | | | | | | | *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.
* - No longer remove common extensions (.dif, .diff, .patch, .gz,Andreas Gruenbacher2004-01-311-18/+15
| | | | | | | .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-2/+1
| | | | - Remove excessive newlines in -h messages.
* Oops, forgot to commit message changesAndreas Gruenbacher2003-11-261-1/+1
|
* - Change name and semantics of PATCHSCRIPTS variable: Before, ifAndreas Gruenbacher2003-10-281-1/+1
| | | | | | 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.
* - `Quilt fork' should better fork the next patch instead of theAndreas Gruenbacher2003-10-211-16/+12
| | | | | topmost one. Also fix a bug in updating the series file when forking. The rename_in_db() function is no longer needed.
* Also copy the patch file, or else `quilt diff' won't work.Andreas Gruenbacher2003-10-211-3/+3
|
* Add fork commandAndreas Gruenbacher2003-10-211-0/+113