diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-05-09 16:45:46 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-05-09 16:45:46 -0700 |
| commit | 461eea3fb88b92ce174a2a38ed12b22cd390ee81 (patch) | |
| tree | 6e4b65611239b181824f007344fd1d4db9e94167 /builtin/pull.c | |
| parent | Merge branch 'ob/sequencer-i18n-fix' (diff) | |
| parent | messages: capitalization and punctuation exceptions (diff) | |
| download | git-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.c | 2 |
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); |
