We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d725fbd commit 16a86d4Copy full SHA for 16a86d4
Documentation/git-apply.txt
@@ -21,6 +21,8 @@ SYNOPSIS
21
DESCRIPTION
22
-----------
23
Reads the supplied diff output (i.e. "a patch") and applies it to files.
24
+When running from a subdirectory in a repository, patched paths
25
+outside the directory are ignored.
26
With the `--index` option the patch is also applied to the index, and
27
with the `--cached` option the patch is only applied to the index.
28
Without these options, the command applies the patch only to files,
0 commit comments