<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 22 May 2013 01:40:45 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Freek Lijten's Blog: Git commit hooks using PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/16556</guid>
      <link>http://www.phpdeveloper.org/news/16556</link>
      <description><![CDATA[<p>
In <a href="http://www.freeklijten.nl/home/2011/07/05/Git-commit-hooks-using-PHP">this new post</a> from <i>Freek Lijten</i> he looks at a set of git commit hooks written in PHP for making things happen before, during and post commit.
</p>
<blockquote>
Git hooks are usually found inside the .git/hooks folder of your git repository. Git tends to provide sample hook files there which are postfixed with a .sample extension. These examples are written as shell scripts. Take a look at them if you want, but today we're talking PHP!
</blockquote>
<p>
He briefly touches on the types of hooks you can set up and includes two example scripts showing a pre-commit lint test for the changed files and a check during the commit on the message given for a certain standard (in their case, it must start with a three letter code).
</p>]]></description>
      <pubDate>Wed, 06 Jul 2011 09:48:51 -0500</pubDate>
    </item>
  </channel>
</rss>
