git-quiltimport(1)


NAME

   git-quiltimport - Applies a quilt patchset onto the current branch

SYNOPSIS

   git quiltimport [--dry-run | -n] [--author <author>] [--patches <dir>]
                   [--series <file>]

DESCRIPTION

   Applies a quilt patchset onto the current Git branch, preserving the
   patch boundaries, patch order, and patch descriptions present in the
   quilt patchset.

   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.

   If a subject is not found in the patch description the patch name is
   preserved as the 1 line subject in the Git description.

OPTIONS

   -n, --dry-run
       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.

   --author Author Name <Author Email>
       The author name and email address to use when no author information
       can be found in the patch description.

   --patches <dir>
       The directory to find the quilt patches.

       The default for the patch directory is patches or the value of the
       $QUILT_PATCHES environment variable.

   --series <file>
       The quilt series file.

       The default for the series file is <patches>/series or the value of
       the $QUILT_SERIES environment variable.

GIT

   Part of the git(1) suite


More Linux Commands

manpages/SDL_MouseMotionEvent.3.html
SDL_MouseMotionEvent(3) - Mouse motion event structure......
SDL_MouseMotionEvent is a member of the SDL_Event union and is used when an event of type SDL_MOUSEMOTION is reported. Simply put, a SDL_MOUSEMOTION type event

manpages/XWarpPointer.3.html
XWarpPointer(3) - move pointer (Library - Linux man page)...
If dest_w is None, XWarpPointer moves the pointer by the offsets (dest_x, dest_y) relative to the current position of the pointer. If dest_w is a window, XWarpP

manpages/Bootloader::Core.3pm.html
Bootloader::Core(3pm) - core library for bootloader configur
$res = Bootloader::Core-&gt;trim ($string); Cut whitespace from front and back. Bootloader::Core-&gt;l_debug ($message); Writes a debug message to the system log buff

manpages/Tk_ClearSelection.3.html
Tk_ClearSelection(3) - Deselect a selection - Linux man page
Tk_ClearSelection cancels the selection specified by the atom selection for the display containing tkwin. The selection need not be in tkwin itself or even in t

manpages/IO.3pm.html
IO(3pm) - load various IO modules - Linux manual page.......
IO provides a simple mechanism to load several of the IO modules in one go. The IO modules belonging to the core are: IO::Handle IO::Seekable IO::File IO::Pipe

manpages/Tcl_FSRenameFile.3.html
Tcl_FSRenameFile(3) - procedures to interact with any filesy
There are several reasons for calling the Tcl_FS API functions (e.g. Tcl_FSAccess and Tcl_FSStat) rather than calling system level functions like access and sta

manpages/expect.1.html
expect(1) - programmed dialogue with interactive programs, V
Expect is a program that talks to other interactive programs according to a script. Following the script, Expect knows what can be expected from a program and w

manpages/login.defs.5.html
login.defs(5) - Login configuration - Linux manual page.....
The /etc/login.defs file defines the site-specific configuration for the shadow password suite. This file is required. Absence of this file will not prevent sys

manpages/rmid-java-1.8.0-openjdk.1.html
rmid-java-1.8.0-openjdk(1) Starts the activation system daem
The rmid command starts the activation system daemon. The activation system daemon must be started before activatable objects can be either registered with the

manpages/user-keyring.7.html
user-keyring(7) Per-user keyring (Misc - Linux man page)....
The user keyring is a keyring used to anchor keys on behalf of a user. Each UID the kernel deals with has its own user keyring. This keyring is associated with

manpages/XtMapWidget.3.html
XtMapWidget(3) - map and unmap widgets - Linux manual page
If the widget is realized and managed and if the new value of map_when_managed is True, XtSetMappedWhenManaged maps the window. If the widget is realized and ma

manpages/ijs-config.1.html
ijs-config(1) - script to get information about the installe
ijs-config is a program that is used to determine the compiler and linker flags that should be used to compile and link programs that use IJS. OPTIONS This prog





We can't live, work or learn in freedom unless the software we use is free.