Skip to content

Include insertions/deletions in commit messages #14

Description

@cortsf

Commit messages provide no information about content:

	git commit -a -m "$(date '+%Y_%m_%d-%T') - From '$machine': Commit, push, & rebuild"

Include the number of insertions and deletions, such that by looking at the commit history on github, the user could at least in some cases, have a chance of identifying a specific commit by having a rough idea of its size in addition to date.

Example:

2025_02_19-17:35:13 | +20 -10 lines from 'ryzen' (Commit & push)

Consider including number of files changed in addition to insertions and deletions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions