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
Unknown Object (File)
Sun, Jan 26, 5:12 PM
Unknown Object (File)
Dec 11 2024, 11:44 PM
Unknown Object (File)
Nov 21 2024, 6:42 AM
Unknown Object (File)
Nov 20 2024, 11:49 AM
Unknown Object (File)
Nov 20 2024, 11:30 AM
Unknown Object (File)
Nov 17 2024, 6:21 AM
Unknown Object (File)
Nov 17 2024, 3:28 AM
Unknown Object (File)
Nov 11 2024, 4:55 AM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 46947
Build 43836: arc lint + arc unit

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