~ubuntu-branches/ubuntu/maverick/quilt/maverick

« back to all changes in this revision

Viewing changes to doc/quilt.1.in

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-01-14 22:23:25 UTC
  • mfrom: (6.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100114222325-22r8802djds2qykm
Tags: 0.48-4ubuntu1
* Merge from Debian unstable (LP: #507662), remaining changes:
  - debian/patches/check_series_is_no_dir: Check that series is not a
    directory (LP: #428657).

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
 
146
146
Upon startup, quilt evaluates the file .quiltrc in the user's home
147
147
directory, or the file specified with the --quiltrc option.  This file
148
 
is a regular bash script. Default options can be passed to any command
149
 
by defining a QUILT_COMMAND_ARGS variable.  For example,
 
148
is a regular bash script. Default options can be passed to any COMMAND
 
149
by defining a QUILT_${COMMAND}_ARGS variable.  For example,
150
150
QUILT_DIFF_ARGS="--color=auto" causes the output of quilt diff to be
151
151
syntax colored when writing to a terminal.
152
152
 
193
193
a shortcut to adding --no-index to both QUILT_DIFF_ARGS and
194
194
QUILT_REFRESH_ARGS.
195
195
 
196
 
.IP QUILT_NO_DIFF_TIMESTAMP 4
 
196
.IP QUILT_NO_DIFF_TIMESTAMPS 4
197
197
 
198
198
By default, quilt includes timestamps in headers when generating patches.
199
199
If this variable is set to anything, no timestamp will be included.  This
217
217
 
218
218
.SH SEE ALSO
219
219
 
220
 
The pdf documentation, which should be under /usr/share/doc/quilt/quilt.pdf.
221
 
Note that some distributors compress this file. 
 
220
The pdf documentation, under /usr/share/doc/quilt/quilt.pdf.gz
222
221
.BR zxpdf ( 1 )
223
222
can be used to display compressed pdf files.
224
223