summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec2956d)
raw | patch | inline | side by side (parent: ec2956d)
author | Michele Ballabio <barra_cuda@katamail.com> | |
Wed, 18 Mar 2009 18:05:39 +0000 (19:05 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 19 Mar 2009 02:10:14 +0000 (19:10 -0700) |
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-apply.c | patch | blob | history |
diff --git a/builtin-apply.c b/builtin-apply.c
index 106be94105dbff4c150deac7854a50c67ecd974d..1a02c7ce7530e4375176ea4429033c45f6b5b11e 100644 (file)
--- a/builtin-apply.c
+++ b/builtin-apply.c
struct option builtin_apply_options[] = {
{ OPTION_CALLBACK, 0, "exclude", NULL, "path",
- "donยดt apply changes matching the given path",
+ "don't apply changes matching the given path",
0, option_parse_exclude },
{ OPTION_CALLBACK, 0, "include", NULL, "path",
"apply changes matching the given path",