On Mon, Jul 04, 2022 at 01:25:04PM +0200, Sol??ne Rapenne wrote:
> Le Mon, 4 Jul 2022 05:22:00 -0600 (MDT),
> Solene Rapenne <[email protected]> a ??crit :
>
> > CVSROOT: /cvs
> > Module name: ports
> > Changes by: [email protected] 2022/07/04 05:22:00
> >
> > Modified files:
> > sysutils/appmanager: Makefile distinfo
> > sysutils/appmanager/pkg: DESCR PLIST
> >
> > Log message:
> >
> >
>
> cvs did commit while I thought I removed all the text in my commit
> message...
>
> I updated it to 1.1.1, database is now built at runtime to prevent
> discrepancy between the generated database (which wasn't updated except
> if the package was rebuilt) and the actual package database.
>
> I wanted to abort the commit because I wanted to ask a review about the
> changes, so if someone want to take a look, please go ahead, we can
> still commit changes later.
>
Empty commit message convention is git specific. cvs only aborts the
commit if you exit the editor session witout saving. e.g. :q! in vi.
-Otto