⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.in

📁 linux下各种patch的管理工具
💻 IN
字号:
The scripts in this package simplify working with a series of patches.The usual tasks like applying, refreshing and reversing are supported.Please see the paper "How To Survive With Many Patches /or/Introduction to Quilt" for an introduction.Command reference=================@REFERENCE@Typical Usages:  New patches; Importing patches; Patch management======================================================================Add new patches:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1.  create a new patch:		quilt new {patchname, e.g., sysctl_fix.patch}2.  add/edit file(s):		quilt edit filepathor:2a. add file(s) to patch:	quilt add {filepath}2b. manual edit file(s)		use your $editor3.  update the patch:		quilt refresh3b. list the patch description:		quilt header [patch]3c. update the patch description:	quilt header -e [patch]4.  list files in the patch:	quilt files5.  show current patch contents:	quilt diff6.  apply current, ready for next:	quilt push7.  remove file(s) from patch:	quilt remove {filepath}Importing patches:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1.  import a patch:		quilt import patchfile2.  apply it:			quilt push3.  update the patch:		quilt refresh3b. list the patch description:		quilt header [patch]3c. update the patch description:	quilt header -e [patch]4.  list files in the patch:	quilt files5.  show current patch contents:	quilt diffImport/Apply a series file + patches to a tree:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1.  cp(1) the patches directory ('series' file + all patch files) to    the expected patches location (as specified in your .quiltrc file)2.  apply all of series:	quilt push -aOther patch management:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1.  remove files from a patch:	quilt remove {filepath}2.  remove unapplied patch:	quilt delete {patchname}3.  list all patch names:	quilt series4.  list all applied/unapplied:	quilt applied | unapplied5.  list top/previous/next patch name:	quilt top | previous | next6.  list patches modifying file:	quilt patches {filepath}7.  rename a patch:		quilt rename {patchname}8.  duplicate a patch:		quilt fork {patchname}9.  prepare or send mails:	quilt mail ...10. search in source files:	quilt grep ...11. create snapshot:		quilt snapshot12. init from RPM spec or series file:	quilt setup13. distribution of patches:	quilt diff --combine		and distribute the combined diff file,	or distribute the patches/ directory contentHelper files/scripts====================backup-files	A simple utility that creates / restores / removes	backup files.dependency-graph	A utility to compute patch dependencies from the QUILT_PC	metadata.edmail	A utility to manipulate the headers of an Internet mail message.guards	Convert a series file with conditional statements into a series	file as expected; see the guards(1) manual page.inspect	A script to create a series file from an rpm spec file (including	a list of tar files).parse-patch {-s|-u} section file [< replacement]	Select a %section from a patch (-s) or replace a	%section with the text from standard input (-u).patchfns	A collection of functions.remove-trailing-ws	A utility to report trailing whitespace, and remove trailing	whitespace from files.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -