summaryrefslogtreecommitdiff
path: root/hooks
AgeCommit message (Expand)AuthorFilesLines
2019-09-29update-readmes: extract version from meson.buildTim-Philipp Müller1-1/+1
2014-10-24gst-indent: Also allow gindent as nameSebastian Dröge1-5/+11
2013-10-02pre-receive.hook: Strip out trailing whitespacesEdward Hervey1-1/+1
2013-10-01pre-receive.hook: Only check for branch changesEdward Hervey1-3/+10
2013-10-01hooks: install-hooks: checkout common module and update hooks from thereTim-Philipp Müller1-3/+44
2013-09-28hooks: pre-receive: add back code to check for WIP commitsTim-Philipp Müller1-3/+21
2013-09-28hooks: update: revert check for working branches, now done in pre-receiveTim-Philipp Müller1-9/+0
2013-09-28hooks: pre-receive: check for open branchesEdward Hervey1-0/+15
2013-09-28hooks: pre-receive: add missing return and return immediately in error caseTim-Philipp Müller1-1/+2
2013-09-28hooks: pre-receive: merge in changes from script as found on serverTim-Philipp Müller1-28/+82
2013-09-28hooks: add install-hooksTim-Philipp Müller1-0/+56
2013-09-28hooks: update: prevent accidental pushing of working branchesTim-Philipp Müller1-5/+14
2013-09-28hooks: add update sample hookTim-Philipp Müller1-0/+128
2013-09-26hooks: handle subdirs properly in post-receiveTim-Philipp Müller1-4/+7
2011-03-03Add git post-receive hook so we can version control itTim-Philipp Müller1-0/+290
2011-02-17Add check for ! at beginning of commit messagesDavid Schleef1-5/+24
2010-07-15hooks: use 'git do-something' instead of the old 'git-do-something'Tim-Philipp Müller2-3/+3
2010-04-12pre-commit: Add --leave-preprocessor-spaceEdward Hervey1-1/+2
2009-08-02pre-commit.hook: mention need to run git add after fixing the indentationTim-Philipp Müller1-1/+9
2009-04-17hooks: Don't get confused by indent --version strings containing spaces.Jan Schmidt1-2/+2
2009-04-04Whitespace cleanupsFelipe Contreras1-1/+1
2009-03-10pre-commit.hook: check for GNU indent before using it, and allow gnuindent as...Tim-Philipp Müller1-4/+30
2009-02-10pre-commit script: only run on files that exist, not deleted files.Michael Smith1-1/+1
2009-02-09pre-commit.hook: Use the file content from the index.Edward Hervey1-5/+7
2009-02-05pre-commit hook: only check indentation of those files we're trying to commit...Tim-Philipp Müller1-1/+1
2009-01-30Make the pre-commit hook executableEdward Hervey1-0/+0
2009-01-22Call indent twice to get correct outputSebastian Dröge1-9/+14
2009-01-22Fix pre-commit hook for moved/deleted filesSebastian Dröge1-1/+2
2009-01-22Adding git hooksEdward Hervey2-0/+110