From: Junio C Hamano <gitster@pobox.com>
To: Alex Henrie <alexhenrie24@gmail.com>
Cc: pclouds@gmail.com, git@vger.kernel.org
Subject: Re: [PATCH] branch: fix funny-sounding error message
Date: Sun, 03 May 2015 16:54:25 -0700 [thread overview]
Message-ID: <xmqq8ud5usi6.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <1430536360-21901-1-git-send-email-alexhenrie24@gmail.com> (Alex Henrie's message of "Fri, 1 May 2015 21:12:40 -0600")
Alex Henrie <alexhenrie24@gmail.com> writes:
> Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
> ---
> builtin/branch.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/builtin/branch.c b/builtin/branch.c
> index 1d15037..c0b4bae 100644
> --- a/builtin/branch.c
> +++ b/builtin/branch.c
> @@ -972,7 +972,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
>
> if (!branch) {
> if (!argc || !strcmp(argv[0], "HEAD"))
> - die(_("could not set upstream of HEAD to %s when "
> + die(_("could not set upstream of HEAD to %s because "
> "it does not point to any branch."),
> new_upstream);
> die(_("no such branch '%s'"), argv[0]);
Thanks.
To me neither sounds so funny, but both sound somewhat awkward,
primarily because it is unclear in the first reading what "it" in
"it does not point at any branch" refers to.
Perhaps if you explain in the log message to illustrate why you
found it funny (and the update text is not), it might help, e.g.
"git branch", ran with <this and that options>, when the current
branch is <in what state>, dies with
fatal: could not set upstream of HEAD to frotz when it does not
point to any branch.
which is funny <because of such and such reasons>. Saying "because"
makes it <better beause of such and such reasons>.
I suspect that this message is about a nonsense attempt to set an
upstream for a detached HEAD perhaps? Then
fatal: cannot set upstream for a detached HEAD
may be shorter and more directly points at the root cause of the
error?
next prev parent reply other threads:[~2015-05-03 23:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-02 3:12 [PATCH] branch: fix funny-sounding error message Alex Henrie
2015-05-03 23:54 ` Junio C Hamano [this message]
2015-05-05 19:42 ` Alex Henrie
2015-05-05 21:58 ` Junio C Hamano
2015-05-05 23:06 ` Jeff King
-- strict thread matches above, loose matches on Subject: below --
2015-04-02 21:27 Alex Henrie
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=xmqq8ud5usi6.fsf@gitster.dls.corp.google.com \
--to=gitster@pobox.com \
--cc=alexhenrie24@gmail.com \
--cc=git@vger.kernel.org \
--cc=pclouds@gmail.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.