summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bc29df6)
raw | patch | inline | side by side (parent: bc29df6)
author | Jeff King <peff@peff.net> | |
Sun, 6 Sep 2009 06:46:25 +0000 (02:46 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 6 Sep 2009 07:39:14 +0000 (00:39 -0700) |
We must use an article when referring to the section
because it is a non-proper noun, and it must be the definite
article because we are referring to a specific section.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
because it is a non-proper noun, and it must be the definite
article because we are referring to a specific section.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-push.c | patch | blob | history |
diff --git a/builtin-push.c b/builtin-push.c
index 50328f4b08e6fc69bb80a9649df2065efb0a9b2c..86e1f920ff961bd37c8020b01013c65e048a6b64 100644 (file)
--- a/builtin-push.c
+++ b/builtin-push.c
if (nonfastforward) {
printf("To prevent you from losing history, non-fast-forward updates were rejected.\n"
"Merge the remote changes before pushing again.\n"
- "See 'non-fast forward' section of 'git push --help' for details.\n");
+ "See the 'non-fast forward' section of 'git push --help' for details.\n");
}
errs++;
}