summaryrefslogtreecommitdiff
path: root/scripts/git-hooks/pre-commit.hook
Commit message (Collapse)AuthorAgeFilesLines
* git: Show all suggestions on pre-commit hookColin Kinloch2022-12-021-5/+15
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3506>
* csharp: check format in the pre-commit hookAndoni Morales Alastruey2022-04-051-0/+24
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/983>
* Move commit gst-indent hook to the rootmonorepo-startNicolas Dufresne2021-09-241-0/+83
This renable at meson setup time the installation of the gst-indent commit hook. The hooks were kept from gst-devtools as this set supports both C checks and Python checks. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/904>