summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* - Fix an algorithmic bug in `quilt graph --lines': Edges wereAndreas Gruenbacher2004-03-201-1/+1
| | | | | sometimes lost. - A few minor cleanups.
* - 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-142-8/+16
|
* - Revert `quilt fork' to how it originally worked: fork theAndreas Gruenbacher2004-03-132-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.
* - Add some more generated files to .cvsignoreAndreas Gruenbacher2004-03-131-1/+1
|
* 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
* Ignore ignorable fileMartin Quinson2004-02-231-0/+1
|
* Add man pageMartin Quinson2004-02-231-0/+139
|
* - Fix test for bash in configure.ac.Andreas Gruenbacher2004-02-021-0/+3
| | | | | | | - Add `--trace' option to quilt wrapper (runs commands with -x, which prints an execution trace). - Add QUILT_BACKUP setting in .quiltrc (creates backup copies when refreshing patches).
* Clarify project descriptionAndreas Gruenbacher2004-01-281-1/+1
|
* - Add QUILT_NO_DIFF_TIMESTAMPS option in .quiltrc.Andreas Gruenbacher2004-01-261-0/+7
| | | | | | GNU patch. - Fix help for `quilt diff'. - Update TODO.
* Minor documentation tweakuid679892003-12-241-2/+2
|
* Also mention .quiltrc and environment settingsAndreas Gruenbacher2003-11-252-1/+23
|
* Add description of "quilt fold" command.Andreas Gruenbacher2003-11-202-15/+7
|
* - Add introductory paper to CVS repository.Andreas Gruenbacher2003-11-128-1035/+736
| | | | - Remove obsolete documentation.
* - Change name and semantics of PATCHSCRIPTS variable: Before, ifAndreas Gruenbacher2003-10-281-0/+3
| | | | | | 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.
* Add example of a ~/.quiltrc file (in fact, my current version).Andreas Gruenbacher2003-06-271-0/+2
|
* Move documentation to doc/Andreas Gruenbacher2003-01-305-0/+1074