~ubuntu-branches/ubuntu/karmic/quilt/karmic

« back to all changes in this revision

Viewing changes to doc/quilt.1.in

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Hertzog
  • Date: 2008-06-19 21:40:27 UTC
  • mfrom: (4.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080619214027-so7yis356zayzu1c
Tags: 0.46-6
Change back patchsys-quilt.mk to enter DEB_SRCDIR by default before
applying patches (8 packages FTBFS due to this change). But we can now
use DEB_QUILT_TOPDIR to override the default choice of DEB_SRCDIR.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\\" Created by Martin Quinson from the tex documentation
2
2
.\\"
3
 
.TH quilt 1 "May 8, 2005" "quilt"
 
3
.TH quilt 1 "June 2, 2006" "quilt"
4
4
 
5
5
.SH NAME
6
6
quilt \\- tool to manage series of patches
15
15
etc. The key philosophical concept is that your primary output is patches.
16
16
 
17
17
With quilt, all work occurs within a single directory tree. Commands can be
18
 
be invoqued from anywhere within the source tree. They are of the form
 
18
be invoked from anywhere within the source tree. They are of the form
19
19
.B quilt cmd
20
20
similar to CVS commands. They can be abbreviated as long as the specified
21
21
part of the command is unique. All commands print some help text with
53
53
by pathnames that are relative to the
54
54
.I patches
55
55
directory; patches may be in sub-directories below this directory. Lines
56
 
in the series file that start with a hash character (#) are ignored. When
 
56
in the series file that start with a hash character (#) are ignored.
 
57
You can also add a comment after each patch file name, introduced by a
 
58
space  followed by a hash character. When
57
59
quilt adds, removes, or renames patches, it automatically updates the series
58
60
file. Users of quilt can modify series files while some patches are
59
61
applied, as long as the applied patches remain in their original order.
108
110
 
109
111
Use the specified configuration file instead of ~/.quiltrc (or
110
112
/etc/quilt.quiltrc if ~/.quiltrc does not exist).  See the pdf
111
 
documentation for details about its possible contents.
 
113
documentation for details about its possible contents.  The
 
114
special value \"-\" causes quilt not to read any configuration
 
115
file.
112
116
 
113
117
.IP \"\\fB--version\\fP\" 8
114
118
 
172
176
 
173
177
The location of patch files, defaulting to "patches".
174
178
 
 
179
.IP QUILT_PATCHES_PREFIX 4
 
180
 
 
181
If set to anything, quilt will prefix patch names it prints with their
 
182
directory (QUILT_PATCHES).
 
183
 
 
184
.IP QUILT_NO_DIFF_INDEX 4
 
185
 
 
186
By default, quilt prepends an Index: line to the patches it generates.
 
187
If this variable is set to anything, no line is prepended.  This is
 
188
a shortcut to adding --no-index to both QUILT_DIFF_ARGS and
 
189
QUILT_REFRESH_ARGS.
 
190
 
 
191
.IP QUILT_NO_DIFF_TIMESTAMP 4
 
192
 
 
193
By default, quilt includes timestamps in headers when generating patches.
 
194
If this variable is set to anything, no timestamp will be included.  This
 
195
is a shortcut to adding --no-timestamps to both QUILT_DIFF_ARGS and
 
196
QUILT_REFRESH_ARGS.
 
197
 
175
198
.IP EDITOR 4
176
199
 
177
200
The program to run to edit files.  If it isn't redefined in the