summaryrefslogtreecommitdiffstats
path: root/git-apply.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-12-12 21:34:02 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-12-12 21:34:02 +0000
commit3a70234ac18c2126eeef7a31f798af975301194c (patch)
treede1d4725380dd0e28caed3e92b62994e4689b193 /git-apply.txt
parent8d1e471a2604950142943a3b721a1e2d97df84fd (diff)
downloadgit-htmldocs-3a70234ac18c2126eeef7a31f798af975301194c.tar.gz
Autogenerated HTML docs for v1.5.3.7-1170-g8d08
Diffstat (limited to 'git-apply.txt')
-rw-r--r--git-apply.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-apply.txt b/git-apply.txt
index bae3e7b90..9ec38f92b 100644
--- a/git-apply.txt
+++ b/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.