126 lines
2.8 KiB
HTML
126 lines
2.8 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of GIT-QUILTIMPORT</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>GIT-QUILTIMPORT</H1>
|
|
Section: Git Manual (1)<BR>Updated: 03/04/2021<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
git-quiltimport - Applies a quilt patchset onto the current branch
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<P>
|
|
<PRE>
|
|
<I>git quiltimport</I> [--dry-run | -n] [--author <author>] [--patches <dir>]
|
|
[--series <file>] [--keep-non-patch]
|
|
</PRE>
|
|
|
|
<P>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<P>
|
|
Applies a quilt patchset onto the current Git branch, preserving the patch boundaries, patch order, and patch descriptions present in the quilt patchset.
|
|
<P>
|
|
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.
|
|
<P>
|
|
If a subject is not found in the patch description the patch name is preserved as the 1 line subject in the Git description.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<P>
|
|
|
|
-n, --dry-run
|
|
<DL COMPACT><DT id="1"><DD>
|
|
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.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
--author Author Name <Author Email>
|
|
<DL COMPACT><DT id="2"><DD>
|
|
The author name and email address to use when no author information can be found in the patch description.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
--patches <dir>
|
|
<DL COMPACT><DT id="3"><DD>
|
|
The directory to find the quilt patches.
|
|
<P>
|
|
The default for the patch directory is patches or the value of the
|
|
<B>$QUILT_PATCHES</B>
|
|
environment variable.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
--series <file>
|
|
<DL COMPACT><DT id="4"><DD>
|
|
The quilt series file.
|
|
<P>
|
|
The default for the series file is <patches>/series or the value of the
|
|
<B>$QUILT_SERIES</B>
|
|
environment variable.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
--keep-non-patch
|
|
<DL COMPACT><DT id="5"><DD>
|
|
Pass
|
|
<B>-b</B>
|
|
flag to
|
|
<I>git mailinfo</I>
|
|
(see
|
|
<B><A HREF="/cgi-bin/man/man2html?1+git-mailinfo">git-mailinfo</A></B>(1)).
|
|
</DL>
|
|
|
|
<A NAME="lbAF"> </A>
|
|
<H2>GIT</H2>
|
|
|
|
<P>
|
|
Part of the <B><A HREF="/cgi-bin/man/man2html?1+git">git</A></B>(1) suite
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="6"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="7"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="8"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="9"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="10"><A HREF="#lbAF">GIT</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:14 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|