Next: Applying Patches in Other Directories, Previous: Updating Timestamps on Patched Files, Up: Merging with patch
[Contents][Index]
If the patch file contains more than one patch, and if you do not specify an input file on the command line, patch
tries to apply each patch as if they came from separate patch files. This means that it determines the name of the file to patch for each patch, and that it examines the leading text before each patch for file names and prerequisite revision level (see Tips for Making and Using Patches, for more on that topic).
patch
uses the following rules to intuit a file name from the leading text before a patch. First, patch
takes an ordered list of candidate file names as follows:
patch
takes the old and new file names in the header. A name is ignored if it does not have enough slashes to satisfy the -pnum or --strip=num option. The name /dev/null is also ignored.patch
is conforming to POSIX, patch
takes the name in the ‘Index:’ line.Then patch
selects a file name from the candidate list as follows:
patch
selects the first name if conforming to POSIX, and the best name otherwise.patch
is not ignoring RCS, ClearCase, and SCCS (see Revision Control), and no named files exist but an RCS, ClearCase, or SCCS master is found, patch
selects the first named file with an RCS, ClearCase, or SCCS master.patch
is not conforming to POSIX, and the patch appears to create a file, patch
selects the best name requiring the creation of the fewest directories.patch
selects that name.To determine the best of a nonempty list of file names, patch
first takes all the names with the fewest path name components; of those, it then takes all the names with the shortest basename; of those, it then takes all the shortest names; finally, it takes the first remaining name.
See patch
and the POSIX Standard, to see whether patch
is conforming to POSIX.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4