From: Junio C Hamano <gitster@pobox.com>
To: Jonathan Tan <jonathantanmy@google.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] commit: abort before commit-msg if empty message
Date: Sat, 08 Dec 2018 14:44:15 +0900 [thread overview]
Message-ID: <xmqqin048te8.fsf@gitster-ct.c.googlers.com> (raw)
In-Reply-To: <20181207224817.231957-1-jonathantanmy@google.com> (Jonathan Tan's message of "Fri, 7 Dec 2018 14:48:17 -0800")
Jonathan Tan <jonathantanmy@google.com> writes:
> When a user runs "git commit" without specifying a message, an editor
> appears with advice:
>
> Please enter the commit message for your changes. Lines starting
> with '#' will be ignored, and an empty message aborts the commit.
>
> However, if the user supplies an empty message and has a commit-msg hook
> which updates the message to be non-empty, the commit proceeds to occur,
> despite what the advice states.
When "--no-edit" is given, and when commit-msg fills that blank, the
command should go ahead and record the commit, I think.
An automation where commit-msg is used to produce whatever
appropriate message for the automation is entirely a reasonable
thing to arrange. Of course, you can move the logic to produce an
appropriate message for the automation from commit-msg to the script
that drives the "git commit" and use the output of that logic as the
value for the "-m" option to achieve the same, so in that sense,
there is an escape hatch even if you suddenly start to forbid such a
working set-up, but it nevertheless is unnecessary busywork for those
with such a set-up to adjust to this change.
I actually think in this partcular case, the commit-msg hook that
adds Change-ID to an empty message is BUGGY. If the hook looked at
the message contents and refrains from making an otherwise empty
message to non-empty, there is no need for any change here.
In any case, you'll have plenty of time to make your case after the
rc freeze. I am not so sympathetic to a patch that makes us bend
backwards to support such a buggy hook to e honest.
next prev parent reply other threads:[~2018-12-08 5:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-07 22:48 [PATCH] commit: abort before commit-msg if empty message Jonathan Tan
2018-12-07 23:07 ` Jonathan Nieder
2018-12-08 5:44 ` Junio C Hamano [this message]
2018-12-11 20:14 ` Jonathan Tan
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=xmqqin048te8.fsf@gitster-ct.c.googlers.com \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=jonathantanmy@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.