Autogenerated man pages for v1.3.3-g288c
[git.git] / man1 / git-quiltimport.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-QUILTIMPORT" 1 "" "" ""
21 .SH NAME
22 git-quiltimport \- Applies a quilt patchset onto the current branch
23 .SH "SYNOPSIS"
24
25 .nf
26 \fIgit\-quiltimport\fR [\-\-dry\-run] [\-\-author <author>] [\-\-patches <dir>]
27 .fi
28
29 .SH "DESCRIPTION"
30
31
32 Applies a quilt patchset onto the current git branch, preserving the patch boundaries, patch order, and patch descriptions present in the quilt patchset\&.
33
34
35 For each patch the code attempts to extract the author from the patch description\&. If that fails it falls back to the author specified with \-\-author\&. If the \-\-author flag was not given the patch description is displayed and the user is asked to interactively enter the author of the patch\&.
36
37
38 If a subject is not found in the patch description the patch name is preserved as the 1 line subject in the git description\&.
39
40 .SH "OPTIONS"
41
42 .TP
43 \-\-dry\-run
44 Walk through the patches in the series and warn if we cannot find all of the necessary information to commit a patch\&. At the time of this writing only missing author information is warned about\&.
45
46 .TP
47 \-\-author Author Name <Author Email>
48 The author name and email address to use when no author information can be found in the patch description\&.
49
50 .TP
51 \-\-patches <dir>
52 The directory to find the quilt patches and the quilt series file\&.
53
54 .nf
55 The default for the patch directory is patches
56 or the value of the $QUILT_PATCHES environment
57 variable\&.
58 .fi
59
60 .SH "AUTHOR"
61
62
63 Written by Eric Biederman <ebiederm@lnxi\&.com>
64
65 .SH "DOCUMENTATION"
66
67
68 Documentation by Eric Biederman <ebiederm@lnxi\&.com>
69
70 .SH "GIT"
71
72
73 Part of the \fBgit\fR(7) suite
74