summaryrefslogtreecommitdiffstats
path: root/doc/main.tex
Commit message (Collapse)AuthorAgeFilesLines
* - Documentation uodate from Jerome LacosteAndreas Gruenbacher2005-06-121-10/+36
| | | | <jerome.lacoste@gmail.com> and me.
* - doc/quilt.1.in: Fix some typos (mostly from Jean Delvare).Andreas Gruenbacher2005-05-081-6/+6
|
* - Fix typos in introduction.Andreas Gruenbacher2005-04-131-3/+3
|
* - Several Fixes from Joe Green <jgreen@mvista.com>:Andreas Gruenbacher2004-07-021-14/+8
| | | | | | | | | | | | | | | | + 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.
* - Fix another upgrade bug: The series file may optionally containAndreas Gruenbacher2004-06-121-2/+2
| | | | | | | a strip level argument (-pN) which must be stripped off when determining the patch name. - A minor correction in the doumentation; some whitespace fixes. - Translation update.
* - Extend `quilt graph' to also support checking for overlappingAndreas Gruenbacher2004-03-141-7/+6
| | | | | | changes in patches. - Export QUILT_PATCHES QUILT_PC SUBDIR SERIES DB for use in non-shell components of quilt.
* - Another minor documentation updatev0.32Andreas Gruenbacher2004-03-141-8/+16
|
* - Revert `quilt fork' to how it originally worked: fork theAndreas Gruenbacher2004-03-131-24/+55
| | | | | | | | | | | | | | *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.
* Do not tell that 'Commands are invoked in the root of that tree' and say a ↵Martin Quinson2004-02-231-6/+7
| | | | word about subtree, but it would deserve a paragraph; minor rephrasing
* Clarify project descriptionAndreas Gruenbacher2004-01-281-1/+1
|
* Minor documentation tweakuid679892003-12-241-2/+2
|
* Also mention .quiltrc and environment settingsAndreas Gruenbacher2003-11-251-1/+23
|
* Add description of "quilt fold" command.Andreas Gruenbacher2003-11-201-15/+7
|
* - Add introductory paper to CVS repository.Andreas Gruenbacher2003-11-121-0/+716
- Remove obsolete documentation.