office-gobmx/.git-hooks
Xisco Fauli 77128b8396 git pre-commit hook: check min gtk3 version
See tdf#135442 for motivation

Change-Id: I6db67b7a39edeb6dd9d9d82fbaa9cb93362e09e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100588
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2020-08-12 16:38:13 +02:00
..
commit-msg git hooks: update commit-msg to Gerrit 2.16.15 2020-02-01 04:14:09 +01:00
post-merge
pre-commit git pre-commit hook: check min gtk3 version 2020-08-12 16:38:13 +02:00
README

Git hooks are executable scripts you can place in $GIT_DIR/hooks directory to trigger action at certain points.

To install manually, run:

  cd .git/hooks && ln -s ../../.git-hooks/* ./

There are two groups of these hooks: client side and server side.

The client-side hooks:
are for client operations such as committing and merging.

The server-side hooks:
are for Git server operations such as receiving pushed commits.

See Also [ http://git-scm.com/book/en/Customizing-Git-Git-Hooks ]