summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Document options common to all commandsMartin Quinson2005-12-011-0/+17
|
* - Make it possible to pass arbitrary options to diffstat, byJean Delvare2005-09-161-0/+7
| | | | | defining a QUILT_DIFFSTAT_OPTS variable in ~/.quiltrc. - Update documentation and sample configuration file accordingly.
* - It is now possible to set EDITOR in ~/.quiltrc in order to use aJean Delvare2005-09-061-0/+5
| | | | different editor for quilt and for the other tasks.
* - Merge doc/sample.quiltrc into quilt.quiltrc, and delete it. It will beJean Delvare2005-09-061-19/+0
| | | | easier to maintain a single configuration file.
* - Remove outdated BUGS file and references.Andreas Gruenbacher2005-07-021-1/+1
| | | | | - refresh command: don't write into existing patches but create new files instead to avoid overwriting hardlinked copies.
* - Add fix for refresh --strip-trailing-whitespace option: nowAndreas Gruenbacher2005-06-181-1/+1
| | | | | | | refresh always checks for trailing whitespace and reports it per file and line number. With --strip-trailing-whitespace it strips the whitespace from the patch and from the affected files in the working tree.
* - Documentation uodate from Jerome LacosteAndreas Gruenbacher2005-06-123-12/+37
| | | | <jerome.lacoste@gmail.com> and me.
* - doc/quilt.1.in: Fix some typos (mostly from Jean Delvare).Andreas Gruenbacher2005-05-082-20/+20
|
* Add a word about how to display compressed pdf files since this non-bug got ↵Martin Quinson2005-04-261-0/+3
| | | | reported against the debian package twice now
* - Fix typos in introduction.Andreas Gruenbacher2005-04-131-3/+3
|
* - doc/quilt.1.in: Remove an unnecessary 8-bit character.Andreas Gruenbacher2005-04-051-2/+2
|
* - Regenerate doc/quilt.pdf.Andreas Gruenbacher2005-03-101-0/+0
|
* - Add mail command, doc/README.MAIL and example ``mail'' commandAndreas Gruenbacher2005-01-231-0/+56
| | | | | filter in quilt.quiltrc. - Bump version to 0.38.
* Fix groff syntaxMartin Quinson2004-11-221-3/+3
|
* - Get rid of the apatch and rpatch helper scripts: Integrate themAndreas Gruenbacher2004-11-151-6/+0
| | | | | in the push and pop commands. This should bring a small performance improvement.
* typo breaking groff syntaxMartin Quinson2004-08-171-1/+1
|
* - Switch from echo to printf for all translations: This is moreAndreas Gruenbacher2004-07-092-9/+16
| | | | | | | | | | | | | | | 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.
* - Several Fixes from Joe Green <jgreen@mvista.com>:Andreas Gruenbacher2004-07-024-33/+22
| | | | | | | | | | | | | | | | + 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-122-4/+4
| | | | | | | 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.
* document the quiltrc options; cosmeticsMartin Quinson2004-06-111-5/+34
|
* - 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