summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 149f6dd)
raw | patch | inline | side by side (parent: 149f6dd)
author | Allan Caffee <allan.caffee@gmail.com> | |
Wed, 25 Feb 2009 01:22:20 +0000 (20:22 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Feb 2009 08:49:53 +0000 (00:49 -0800) |
Signed-off-by: Allan Caffee <allan.caffee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
trace.c | patch | blob | history |
index 4713f9165c54405d51e81c3e90847120ee907e5d..4229ae1231d69aedd9f1aa8350989ddbe2bdb845 100644 (file)
--- a/trace.c
+++ b/trace.c
return fd;
}
- fprintf(stderr, "What does '%s' for GIT_TRACE means ?\n", trace);
+ fprintf(stderr, "What does '%s' for GIT_TRACE mean?\n", trace);
fprintf(stderr, "If you want to trace into a file, "
"then please set GIT_TRACE to an absolute pathname "
"(starting with /).\n");