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>]
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 and the quilt series file.
The default for the patch directory is patches or the value of the $QUILT_PATCHES environment variable.
GIT
Part of the git(1) suite
Git 1.8.3.1 06/10/2014 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)
I am having trouble installing some HPUX patches on my B1000 11.11. I am a novice
at this so bear with me. I understand how to install depots. Very easy.
Now I'm trying to patch my system so I can get the Oracle client installed.
Oracle says I need these two patches: PHCO_23770, PHCO_23092
I... (4 Replies)
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)
Hi,
I am new to HP-UX. I am attempting some pre-requisites to an Oracle upgrade, part of which requires some OS patching. When I check using show_patches or swlist -l patch the patches do not exist. On visiting ItResource web page I see the patches and later "recommended" patches (that unlike... (2 Replies)
Hi ,
I need to collect all information about the patches in my server , I want to know what is the required patch and how to apply it.
Regards (2 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 All,
How do I execute patch update on a single user mode?
Please give me the steps by step procedures?
Is single user mode the same as run level 1?
Thanks. (2 Replies)
Hello,
The 10_Recommended update failed on 3 of 191, which was patch 119254-73 (the 1st 2 patches were skipped). I looked up the patch on Sunsolve (http://sunsolve.sun.com/search/document.do?assetkey=1-21-119254), which stated that 121133-02 was a required patch for 119254-73. I did a "showrev... (7 Replies)
is it possible that one of you guys can email me a patch
the patch # is 128630-05
one of the techs is replacing a failed hp lto4 in our sl500 and i would like it to match the level of the others.
thanks in advance for all those that reply :b: (2 Replies)
I'm trying to install the latest patch cluster on a server running 05/08 (it's a Sunfire v240). When installing, the patch cluster dies at patch 138195-04. Looking at the failure log, here is what it says:
baspeans01:/home/10_Recommended# more /var/tmp/138195-04.log.16544
This appears to be... (2 Replies)
Hi,
I have a file with th elist of patches separated by comma, like below:
patch1, patch 2, patch 3................
t\The number of patches is not known as it changes every time.
I need assistance in writing a routine such as it will take patch1 as first variable and performs the... (4 Replies)
Hi Guys,
I have a file that lists patches along with other information.
The patches are listed in two different formats.
One format lists the latest patch, date , installed patch
Latest Patch Date IN
148412-02 13-Sep-2012 -- X X SunOS 5.10: nss_dns patch
126206-10 ... (5 Replies)
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)
Hi,
I installed Solaris 10 recommended patch cluster (patch bundle of 400+ patches). After reboot global zone is fine, but a lot of services was in uninitialized state. I had to run /lib/svc/bin/restore_repository and then services came online.
Now I can't login to server with NIS account... (1 Reply)