GIT-QUILTIMPORT(1) Git Manual 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
Git 2.17.1 10/05/2018 GIT-QUILTIMPORT(1)
Check Out this Related Man Page
GIT-QUILTIMPORT(1) Git Manual 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
Git 2.17.1 10/05/2018 GIT-QUILTIMPORT(1)
Hello there! I need some help... being that I am very new to unix. I am wondering what is the best way to patch 80 sun servers more efficently. Currently I am being asked to do this by way of recommended/security clusters every month or less. I am sure there are people out there with alot more in... (1 Reply)
Hi,
I want to find some information regarding system specs such as CPU speed, total disk space, total RAM, network topology eg. ethernet, patch number, OS patches, database. Thanks (2 Replies)
hi
Is there any way to automatically insert a predefined header into a file?
It would include the file name, author name, date and a description, the description entered on the first line of vi.
Thanks for any help
Oliver (4 Replies)
I need patch against the I_PEEK Local Kernel memory Leak Exploit
But i'm unable to find any patches for Solaris 5.11, and smpatch is no longer supported... So, do you have any suggestions how to patch my system?
Thanks. (4 Replies)
HI I have a series(sorted), which i require to create combinations. I am not getting the good code for doing this. My series should generate the following combinations... Please help me in getting this in C++. Thanks for your help.
A:
A
A B:
A
B
A B
A B C:
A
... (1 Reply)
Hi,
My requirement is I have an input file with a continuous series from 10000 to 99999. I have some numbers missing from those series. I want a output file which produces those missing numbers.
Eg: 10002, 99999 are missing from the series then the output file should contain those... (4 Replies)
Dear friends,
hello to everyone. I am new to this forum.
I have a set of data where I need to find the repitition of series as below
data format:
0001230000456000001230000456
each digit can be separated by any delimeter
I need to find out the starting point (index) of '123' and '456'
I... (2 Replies)
Hello,
i try to install quilt package on ubuntu 10.10 :
apt-get install quilt
but i have this error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package quilt is not available, but is referred to by another package.
This may mean... (1 Reply)
sorry for being a noob, i am trying to find which user accessed the server at what time and there ip address at first i used who command but the output didn't contain the ip address then i used the last command which provided me with the ip of the users but when i searched i searched and found that... (1 Reply)
Hello
I recently downloaded and installed the latest patchset for Solaris 10 (update 5) running on SPARC.
Actually I am new to Solaris (I come from Red Hat) and the security department asked me to update the system for security fixes.
I logged in to Oracle support and used the recommended patch... (3 Replies)