aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/pull.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-05-09 16:45:46 -0700
committerJunio C Hamano <gitster@pobox.com>2023-05-09 16:45:46 -0700
commit461eea3fb88b92ce174a2a38ed12b22cd390ee81 (patch)
tree6e4b65611239b181824f007344fd1d4db9e94167 /builtin/pull.c
parentMerge branch 'ob/sequencer-i18n-fix' (diff)
parentmessages: capitalization and punctuation exceptions (diff)
downloadgit-461eea3fb88b92ce174a2a38ed12b22cd390ee81.tar.gz
git-461eea3fb88b92ce174a2a38ed12b22cd390ee81.zip
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);