All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brandon Williams <bmwill@google.com>
To: Phillip Sz <phillip.szelat@gmail.com>
Cc: git@vger.kernel.org, sbeller@google.com
Subject: Re: [PATCH] submodule.c: Add missing quotation marks
Date: Fri, 17 Feb 2017 15:07:08 -0800	[thread overview]
Message-ID: <20170217230708.GA13751@google.com> (raw)
In-Reply-To: <20170217230433.23336-1-phillip.szelat@gmail.com>

On 02/18, Phillip Sz wrote:
> Hi,
> 
> just found this while translating, sorry if this is intended.
> 
> Best regards,
> 
> Phillip

Definitely not intended.  Thanks for catching that.

> ---
>  submodule.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/submodule.c b/submodule.c
> index 3b98766a6..b064ed080 100644
> --- a/submodule.c
> +++ b/submodule.c
> @@ -1181,7 +1181,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;
> @@ -1194,7 +1194,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.11.1
> 

-- 
Brandon Williams

      reply	other threads:[~2017-02-17 23:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-17 23:04 [PATCH] submodule.c: Add missing quotation marks Phillip Sz
2017-02-17 23:07 ` Brandon Williams [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170217230708.GA13751@google.com \
    --to=bmwill@google.com \
    --cc=git@vger.kernel.org \
    --cc=phillip.szelat@gmail.com \
    --cc=sbeller@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.