diff options
author | Wincent Colaiuta <win@wincent.com> | 2007-12-12 09:14:20 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-12 10:59:22 -0800 |
commit | 71a9883db2b60e0d21b730cb9695de69111ab584 (patch) | |
tree | 80d36e119bd81b2e526fc756b198d221e4123b45 | |
parent | Use "whitespace" consistently (diff) | |
download | tgif-71a9883db2b60e0d21b730cb9695de69111ab584.tar.xz |
Documentation: minor grammar fix for "git apply"
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-apply.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index bae3e7b909..9ec38f92ba 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -119,7 +119,7 @@ discouraged. --no-add:: When applying a patch, ignore additions made by the - patch. This can be used to extract common part between + patch. This can be used to extract the common part between two files by first running `diff` on them and applying the result with this option, which would apply the deletion part but not addition part. |