diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2006-06-07 20:32:33 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-07 12:37:46 -0700 |
commit | 74237d6236d7e32f69469ff26df3f3bb3875f523 (patch) | |
tree | de5abe163180aa34f16406197ff8be5f26a068ba /Documentation/git-apply.txt | |
parent | 34925d35ff278c7377e0cf3fce0227d5eceffeb5 (diff) | |
download | git-74237d6236d7e32f69469ff26df3f3bb3875f523.tar.gz |
Misc doc improvements
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-apply.txt')
-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 9cc7c74dea..2ff74949a7 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -76,7 +76,7 @@ OPTIONS -C<n>:: Ensure at least <n> lines of surrounding context match before and after each change. When fewer lines of surrounding - context exist they all most match. By default no context is + context exist they all must match. By default no context is ever ignored. --apply:: |