rycus86 / githooks

Githooks: per-repo and global Git hooks with version control
MIT License
380 stars 19 forks source link

Added global setting to trigger shared update by custom hook names #124

Closed gabyx closed 3 years ago

gabyx commented 3 years ago

This is a PR to trigger shared hooks update by a global or local githooks.sharedHooksUpdateTriggers setting, which is a comma separated list (does not matter we just grep for the name) of hook names which all trigger the shared hook update additional to post-merge and post-checkout 00000...

This is related to #123

@rycus86 : What do you think?

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 811


Changes Missing Coverage Covered Lines Changed/Added Lines %
uninstall.sh 1 4 25.0%
<!-- Total: 8 11 72.73% -->
Files with Coverage Reduction New Missed Lines %
cli.sh 1 84.53%
uninstall.sh 1 86.06%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 809: 0.05%
Covered Lines: 2362
Relevant Lines: 2930

💛 - Coveralls
rycus86 commented 3 years ago

Mostly LGTM, just left a few comments for you whenever you get a chance to have a look at them.

gabyx commented 3 years ago

Rebased and added small improvments. See the docu change. Good to merge. Thanks =)