emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Git snafu


From: Jim Porter
Subject: Re: Git snafu
Date: Sun, 30 Apr 2023 14:13:50 -0700

On 4/25/2023 1:37 PM, Jim Porter wrote:
On 4/25/2023 5:38 AM, Po Lu wrote:
When trying to commit from a brand new machine installed at my
organization, I made a mistake.  I configured the git username and
e-mail as root, and not as my user.

So now there is a commit from the default Git username on emacs.git.  Is
there a way to rectify this mistake?

It won't rectify it, but we could prevent this in the future with a Git hook (and one that's significantly simpler than the one I added for change log entries).

In fact, we can do something even simpler than that: just set the config option "user.useConfigOnly" to true. See attached. Does this look ok to everyone?

Attachment: 0001-autogen.sh-Don-t-guess-the-user-s-name-email-when-co.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]