(bug 35749) Update checkSyntax.php to use Git
authorKevin Israel <pleasestand@live.com>
Fri, 6 Apr 2012 04:13:46 +0000 (00:13 -0400)
committerKevin Israel <pleasestand@live.com>
Fri, 6 Apr 2012 04:36:39 +0000 (00:36 -0400)
commit2fc34e30f41daad525889763c46c03ca23ec0841
tree09929332c0a1116ff518af920df489e33ed81e2e
parent3bd5107de98ca8fe31fe8252ba4bea6aba05425e
(bug 35749) Update checkSyntax.php to use Git

checkSyntax.php now uses git commands to retrieve a list of modified
files instead of the svn command-line client.

The script now considers any files that have been changed since
the nearest common ancestor to the master branch to be "modified",
as it is probably desirable to include files modified in previous
commits on the same local topic branch that have not yet made it
into master.

Change-Id: I0d4a02d4591242a9fd45291f5c4230c535e861b3
RELEASE-NOTES-1.20
maintenance/checkSyntax.php