git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] submodule.c: add missing ' in error messages
@ 2017-04-13 16:40 Ralf Thielow
  2017-04-13 17:25 ` Stefan Beller
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf Thielow @ 2017-04-13 16:40 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Stefan Beller, Ralf Thielow

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
---
 submodule.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/submodule.c b/submodule.c
index c52d6634c..02033c97e 100644
--- a/submodule.c
+++ b/submodule.c
@@ -1251,7 +1251,7 @@ int bad_to_remove_submodule(const char *path, unsigned flags)
 	cp.dir = path;
 	if (start_command(&cp)) {
 		if (flags & SUBMODULE_REMOVAL_DIE_ON_ERROR)
-			die(_("could not start 'git status in submodule '%s'"),
+			die(_("could not start 'git status' in submodule '%s'"),
 				path);
 		ret = -1;
 		goto out;
@@ -1264,7 +1264,7 @@ int bad_to_remove_submodule(const char *path, unsigned flags)
 
 	if (finish_command(&cp)) {
 		if (flags & SUBMODULE_REMOVAL_DIE_ON_ERROR)
-			die(_("could not run 'git status in submodule '%s'"),
+			die(_("could not run 'git status' in submodule '%s'"),
 				path);
 		ret = -1;
 	}
-- 
2.12.2.762.g0e3151a22


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] submodule.c: add missing ' in error messages
  2017-04-13 16:40 [PATCH] submodule.c: add missing ' in error messages Ralf Thielow
@ 2017-04-13 17:25 ` Stefan Beller
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Beller @ 2017-04-13 17:25 UTC (permalink / raw)
  To: Ralf Thielow; +Cc: git@vger.kernel.org, Junio C Hamano

On Thu, Apr 13, 2017 at 9:40 AM, Ralf Thielow <ralf.thielow@gmail.com> wrote:
> Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
> ---

Thanks!

Reviewed-by: Stefan Beller <sbeller@google.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-13 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13 16:40 [PATCH] submodule.c: add missing ' in error messages Ralf Thielow
2017-04-13 17:25 ` Stefan Beller

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).