Skip to content
Michael Neidinger edited this page Mar 29, 2022 · 5 revisions

History

03/28/2022

  • First push
  • Validates message header is less than hardcoded 72 chars
  • Validates second line is blank to separate message header from body
  • Performs Junit testing with coverage of 86%
  • Git hook script that executes java program in src/main/resources
  • Add manual installation instructions to README.md

Plans

  • Auto-editing of third to many lines to a character length of 100 chars. Would allow developers to type as many words into 3rd line as they want and feel confident that it'll be edited into a legible format
  • Input git config arguments into java main so header length and body length can be configurable.

Far out Plan

  • Installation script to place Git Hook into many git projects automatically
Clone this wiki locally