cmdln / flashbake

Scripts to gather information for including in version history comments and to make using source control a bit simpler for non-technical projects.
GNU General Public License v3.0
456 stars 39 forks source link

Idea: Plugin which puts last-modified dates of files with changes and similar data into the commit message #25

Closed xtaran closed 2 years ago

xtaran commented 8 years ago

What I mostly miss with flashbake is a plugin which puts the state of the repository into the commit message, especially those things I don't see by default in the commit, like e.g.

All those things should be doable with an ls -la or so. Other, similar ideas, but maybe suitable for a different plugin:

All those ideas gather around the need to have as much information as needed to figure out whose changes were automatically committed.

ianpaul commented 2 years ago

This issue is currently a work in progress and will be part of the next release. Anyone who's interested can check out the new plugins here: https://github.com/cmdln/flashbake/tree/repo_info_plugins