Page MenuHomeFreeBSD

Add the prepare-commit-msg hook to the repository
ClosedPublic

Authored by lwhsu on Aug 15 2022, 4:20 AM.
Tags
None
Referenced Files
F170846182: D36203.id109351.diff
Mon, Sep 7, 12:23 AM
F170844185: D36203.id109386.diff
Mon, Sep 7, 12:05 AM
Unknown Object (File)
Sun, Sep 6, 5:14 AM
Unknown Object (File)
Sat, Sep 5, 11:32 PM
Unknown Object (File)
Fri, Sep 4, 6:25 PM
Unknown Object (File)
Thu, Sep 3, 9:59 PM
Unknown Object (File)
Thu, Aug 13, 2:04 PM
Unknown Object (File)
Thu, Aug 13, 2:03 PM
Subscribers

Details

Summary

This is a merged and modified version from src and ports repositories.

The easiest way to install is run the following command in the repository:

git config --add core.hooksPath .hooks

or copy it to the hooks directory, but it will not get automatically updated:

cp .hooks/prepare-commit-msg .git/hooks/

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lwhsu requested review of this revision.Aug 15 2022, 4:20 AM
lwhsu created this revision.
carlavilla added a subscriber: carlavilla.

Approved, thanks for this

This revision is now accepted and ready to land.Aug 16 2022, 6:11 AM