summaryrefslogtreecommitdiffstats
path: root/doc/quilt.1.in
Commit message (Collapse)AuthorAgeFilesLines
* Tree-wide white-space cleanupsJean Delvare2014-01-201-27/+27
| | | | | | | * Delete blank lines at end of files. * Delete white space at end of lines. * Delete spaces before tab. * Replace 8 spaces by a tab where it makes sense.
* Document that -E is no longer passed to patch by defaultJean Delvare2014-01-171-1/+10
| | | | | | | Explain why -E is no longer passed to patch by default, and why a user may want to revert to the old behavior. Based on a preliminary patch by Martin Quinson.
* Fix typoJean Delvare2013-12-181-1/+1
|
* Man page: Document exit statusMartin Quinson2013-12-171-1/+11
| | | | | | | Documentation update: add an EXIT STATUS section to the manual page. Closes Debian bug #587001: http://bugs.debian.org/587001
* Man page: Clarify example sectionMartin Quinson2013-12-171-1/+1
| | | | Add a few words to the example section to make it clearer.
* Document overriding LESS in ~/.quiltrcKent R. Spillner2013-12-171-6/+6
| | | | | | | | Similar to EDITOR, document quilt's use of LESS when paging output. QUILT_LESS_ARGS is unnecessary, so revert 497979e561e880fb0d11be82c78544e5718d531b. Signed-off-by: Kent R. Spillner <kspillner@acm.org> Signed-off-by: Jean Delvare <jdelvare@suse.de>
* scripts: let users override LESS env variable.Kent R. Spillner2013-12-141-0/+6
| | | | | | | | | Add a QUILT_LESS_ARGS variable that can be used to configure what quilt will set LESS to when LESS is undefined. Defaults to -FSRX so no functional change in the default case, but allows users to drop the -F argument as needed (for example, when using a multiline shell prompt) without explicitly setting LESS. Signed-off-by: Kent R. Spillner <kspillner@acm.org>
* document QUILT_COLORSMartin Quinson2013-12-081-6/+74
|
* Use 'less -R' as a default pagerMartin Quinson2012-12-271-1/+1
|
* Document how quilt searches for its 'patches' directory in man pageMartin Quinson2012-12-271-3/+7
|
* Man page: substitute documentation directory name in path to PDF documentationJean Delvare2011-12-061-1/+1
|
* several documentation fixes that were accumulated over the years in Debian ↵Martin Quinson2011-09-281-5/+5
| | | | package
* Fix typoAndreas Gruenbacher2009-11-201-1/+1
|
* pager support: some improvementsAndreas Gruenbacher2009-11-201-0/+7
| | | | | | | When QUILT_PAGER is set to an empty value, do not paginate. Document QUILT_PAGER in the man page. Clean things up a little. Add a workaround in quilt.quiltrc for color output when $LESS is defined.
* Fix typo in doc/quilt.1.inAndreas Gruenbacher2009-11-041-1/+1
|
* - Man page improvements from Ben Pfaff <blp@cs.stanford.edu>.Andreas Gruenbacher2007-06-051-2/+7
| | | | - QUILT_SERIES and series file search algorithm bugfix.
* - doc/quilt.1.in: Document the fact that per-patch comments are nowJean Delvare2006-09-181-2/+4
| | | | supported. Fix a typo.
* - bin/quilt.in, doc/quilt.1.in: Document the --quiltrc=- featureJean Delvare2006-06-241-1/+3
| | | | (#16727).
* - doc/quilt.1.in: Mention the QUILT_PATCHES_PREFIX,Jean Delvare2006-06-021-1/+20
| | | | | QUILT_NO_DIFF_INDEX and QUILT_NO_DIFF_TIMESTAMP variables, and describe their effects.
* 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.
* - doc/quilt.1.in: Fix some typos (mostly from Jean Delvare).Andreas Gruenbacher2005-05-081-14/+14
|
* 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
* - doc/quilt.1.in: Remove an unnecessary 8-bit character.Andreas Gruenbacher2005-04-051-2/+2
|
* Fix groff syntaxMartin Quinson2004-11-221-3/+3
|
* typo breaking groff syntaxMartin Quinson2004-08-171-1/+1
|
* - Switch from echo to printf for all translations: This is moreAndreas Gruenbacher2004-07-091-9/+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.
* - Several Fixes from Joe Green <jgreen@mvista.com>:Andreas Gruenbacher2004-07-021-13/+7
| | | | | | | | | | | | | | | | + 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.
* document the quiltrc options; cosmeticsMartin Quinson2004-06-111-5/+34
|
* Add man pageMartin Quinson2004-02-231-0/+139