summaryrefslogtreecommitdiff
path: root/hooks
Commit message (Expand)AuthorAgeFilesLines
* update-readmes: extract version from meson.buildTim-Philipp Müller2019-09-291-1/+1
* gst-indent: Also allow gindent as nameSebastian Dröge2014-10-241-5/+11
* pre-receive.hook: Strip out trailing whitespacesEdward Hervey2013-10-021-1/+1
* pre-receive.hook: Only check for branch changesEdward Hervey2013-10-011-3/+10
* hooks: install-hooks: checkout common module and update hooks from thereTim-Philipp Müller2013-10-011-3/+44
* hooks: pre-receive: add back code to check for WIP commitsTim-Philipp Müller2013-09-281-3/+21
* hooks: update: revert check for working branches, now done in pre-receiveTim-Philipp Müller2013-09-281-9/+0
* hooks: pre-receive: check for open branchesEdward Hervey2013-09-281-0/+15
* hooks: pre-receive: add missing return and return immediately in error caseTim-Philipp Müller2013-09-281-1/+2
* hooks: pre-receive: merge in changes from script as found on serverTim-Philipp Müller2013-09-281-28/+82
* hooks: add install-hooksTim-Philipp Müller2013-09-281-0/+56
* hooks: update: prevent accidental pushing of working branchesTim-Philipp Müller2013-09-281-5/+14
* hooks: add update sample hookTim-Philipp Müller2013-09-281-0/+128
* hooks: handle subdirs properly in post-receiveTim-Philipp Müller2013-09-261-4/+7
* Add git post-receive hook so we can version control itTim-Philipp Müller2011-03-031-0/+290
* Add check for ! at beginning of commit messagesDavid Schleef2011-02-171-5/+24
* hooks: use 'git do-something' instead of the old 'git-do-something'Tim-Philipp Müller2010-07-152-3/+3
* pre-commit: Add --leave-preprocessor-spaceEdward Hervey2010-04-121-1/+2
* pre-commit.hook: mention need to run git add after fixing the indentationTim-Philipp Müller2009-08-021-1/+9
* hooks: Don't get confused by indent --version strings containing spaces.Jan Schmidt2009-04-171-2/+2
* Whitespace cleanupsFelipe Contreras2009-04-041-1/+1
* pre-commit.hook: check for GNU indent before using it, and allow gnuindent as...Tim-Philipp Müller2009-03-101-4/+30
* pre-commit script: only run on files that exist, not deleted files.Michael Smith2009-02-101-1/+1
* pre-commit.hook: Use the file content from the index.Edward Hervey2009-02-091-5/+7
* pre-commit hook: only check indentation of those files we're trying to commit...Tim-Philipp Müller2009-02-051-1/+1
* Make the pre-commit hook executableEdward Hervey2009-01-301-0/+0
* Call indent twice to get correct outputSebastian Dröge2009-01-221-9/+14
* Fix pre-commit hook for moved/deleted filesSebastian Dröge2009-01-221-1/+2
* Adding git hooksEdward Hervey2009-01-222-0/+110