projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ac7903
)
Documentation: minor grammar fix for "git apply"
author
Wincent Colaiuta
<win@wincent.com>
Wed, 12 Dec 2007 08:14:20 +0000
(09:14 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 12 Dec 2007 18:59:22 +0000
(10:59 -0800)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-apply.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-apply.txt
b/Documentation/git-apply.txt
index bae3e7b909736b0827b9fda783d068ade997c466..9ec38f92ba2f9ac51b5cd6ade69758ded31194d6 100644
(file)
--- 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.