Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Windl <Ulrich.Windl@rz.uni-regensburg.de>2009-04-09 13:12:58 +0400
committerJunio C Hamano <gitster@pobox.com>2009-04-17 03:32:17 +0400
commitae57ec223b37556224010db93e71e3ceb2cf257b (patch)
treefcb0d65c10309e274e557c08e0e90b8839f42828 /builtin-apply.c
parent3bd1bb327eb4d3e386800897734f9f42b48280ff (diff)
git-apply: fix option description
Do not use non ASCII single quote. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-apply.c')
-rw-r--r--builtin-apply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-apply.c b/builtin-apply.c
index f312798af3..a664338643 100644
--- a/builtin-apply.c
+++ b/builtin-apply.c
@@ -3212,7 +3212,7 @@ int cmd_apply(int argc, const char **argv, const char *unused_prefix)
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",