aboutsummaryrefslogtreecommitdiff
path: root/git/template
Commit message (Collapse)AuthorAgeFilesLines
* Update default Git repository descriptionTom Ryder2019-11-281-1/+1
|
* Rewrite Git pre-commit hook, silence bad errorTom Ryder2019-08-221-7/+15
|
* Allow merge commits to masterTom Ryder2019-06-101-0/+3
|
* Add pre-commit hookTom Ryder2019-05-291-0/+12
|
* Remove execute bit from Git hook sourceTom Ryder2019-05-291-0/+0
|
* Skip blanks around ignored lines in merge commitsTom Ryder2019-05-291-3/+3
|
* Skip consecutive blanks in merge commitsTom Ryder2019-05-291-0/+4
|
* Remove unneeded regex escapeTom Ryder2019-05-291-1/+1
|
* Don't try to read hook arguments beyond the firstTom Ryder2019-05-291-0/+1
|
* Handle blank lines and comments in merge commitsTom Ryder2019-05-291-0/+3
|
* Adjust prepare-commit-msg hook to argumentsTom Ryder2019-05-291-17/+15
| | | | | | | | | <https://git-scm.com/docs/githooks#_prepare_commit_msg> > It takes one to three parameters. The first is the name of the file > that contains the commit log message. The second is the source of the > commit message, and can be: ... merge (if the commit is a merge or a > .git/MERGE_MSG file exists) ...
* Correct name of message filter hookTom Ryder2019-05-291-0/+0
|
* Add an attempt at a commit merge message filterTom Ryder2019-05-291-0/+39
| | | | | | The idea is to automatically strip out semver version number bumps from commit merge logs, and maybe other nonsense later on. Let's see how well this works.
* Add some nice comments to post-update Git hookTom Ryder2019-05-291-0/+7
|
* Add first attempt at Git template dirTom Ryder2019-05-292-0/+5