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:
authorJunio C Hamano <gitster@pobox.com>2023-05-10 02:45:46 +0300
committerJunio C Hamano <gitster@pobox.com>2023-05-10 02:45:46 +0300
commit461eea3fb88b92ce174a2a38ed12b22cd390ee81 (patch)
tree6e4b65611239b181824f007344fd1d4db9e94167 /builtin/pull.c
parentd6b7f01cd70a4d9d55de8126c2f2678e2478dce8 (diff)
parentb734fe49fddb4bbd02f471fa3b11d3605bd6921d (diff)
Merge branch 'ob/messages-capitalize-exception'
Message update. * ob/messages-capitalize-exception: messages: capitalization and punctuation exceptions
Diffstat (limited to 'builtin/pull.c')
-rw-r--r--builtin/pull.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/pull.c b/builtin/pull.c
index 967368ebc6..0c7bac97b7 100644
--- a/builtin/pull.c
+++ b/builtin/pull.c
@@ -1047,7 +1047,7 @@ int cmd_pull(int argc, const char **argv, const char *prefix)
if (!opt_autostash)
require_clean_work_tree(the_repository,
N_("pull with rebase"),
- _("please commit or stash them."), 1, 0);
+ _("Please commit or stash them."), 1, 0);
if (get_rebase_fork_point(&rebase_fork_point, repo, *refspecs))
oidclr(&rebase_fork_point);