7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
# -*- mode: gitconfig -*-
|
|
[hook "magit-common-post-commit"]
|
|
event = post-commit
|
|
event = post-merge
|
|
event = post-rewrite
|
|
command = magit-run-git-hook magit-common-git-post-commit-functions
|