| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
If a single port is updated, the hook now pre-fills in an appropriate
subject line.
|
|
|
|
|
| |
Instead of writing everything in the new commit template all at once in
a large here document, do it cleanly one command at a time.
|
|
|
|
|
| |
While there, move them upwards so they are not hidden at the far end of
the template.
|
|
|
|
|
|
|
|
|
|
| |
- Capitalize the topic line: this way the example is consistent with the
desired style.
- Update the description of MFH.
- Point the Pull Request field to the ports repo on GitHub.
Reviewed by: mat, bapt
Differential Revision: https://reviews.freebsd.org/D29861
|
|
To make use of it, the easiest way is to run:
git config --add core.hooksPath .hooks
Discussed with: bapt
|