summaryrefslogtreecommitdiffstats
path: root/doc/quilt.pdf
Commit message (Collapse)AuthorAgeFilesLines
* - Regenerate doc/quilt.pdf.Andreas Gruenbacher2005-03-101-0/+0
|
* - Several Fixes from Joe Green <jgreen@mvista.com>:Andreas Gruenbacher2004-07-021-0/+0
| | | | | | | | | | | | | | | | + Another sed \t\r problem, in Makefile.in + Bad error message on "quilt delete" of non-existent patch + "import" doesn't remove all leading components on patch file + Misspelling in "import" help text - With using the GNU diff --label option, file timestamps disappeared. Specify the timestamps in --label by hand: This gives us added flexibility when generating patches; we may some day want to support diff styles other than unified. Also reported by Joe Green. - Add --backup option to quilt refresh. - Update documentation to QUILT_${COMMAND}_ARGS in .quiltrc. (The old settings still work but they are no longer documented.) - Update German translation.
* - Another minor documentation updatev0.32Andreas Gruenbacher2004-03-141-0/+0
|
* - Revert `quilt fork' to how it originally worked: fork theAndreas Gruenbacher2004-03-131-0/+0
| | | | | | | | | | | | | | *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.
* Also mention .quiltrc and environment settingsAndreas Gruenbacher2003-11-251-0/+0
|
* Add description of "quilt fold" command.Andreas Gruenbacher2003-11-201-0/+0
|
* - Add introductory paper to CVS repository.Andreas Gruenbacher2003-11-121-0/+0
- Remove obsolete documentation.