Source-Changes-D archive

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

Re: Oops, how can I fix that commit message?



> Date: Fri, 19 Dec 2025 12:32:39 -0800
> From: Konrad Schroder <perseant%hhhh.org@localhost>
> 
> My fingers typed "-m" without me realizing, resulting in the following:
> [...]
>    Log Message:
> =>sys/ufs/lfs/lfs_alloc.c<=
> [...]
> I subsequently committed lfs_alloc.c with the relevant part of the log 
> message.  The log message for the other files should read:
> 
>    Update the orphan test to use dumplfs, avoiding false negatives.  Add 
> post-test fsck to all the LFS tests.
> 
> "cvs admin -m" doesn't work because I'm not in the right group (and iirc 
> it may be permanently disabled while we are transitioning to Hg).  Is 
> there a way to fix this?

You can just commit an empty or trivial change to the same files with
the real commit message, and a postscript noting what happened with
the commit.


Home | Main Index | Thread Index | Old Index