GitInfo: Suppress some wrong warnings
authorKunal Mehta <legoktm@gmail.com>
Fri, 7 Feb 2014 02:38:25 +0000 (18:38 -0800)
committerKunal Mehta <legoktm@gmail.com>
Fri, 7 Feb 2014 02:38:25 +0000 (18:38 -0800)
commit2f6056fab682141c9d81824d54cb053627a80d89
tree2849b1ac4784ac7ad4d2cea12d4513eb78116e2c
parent3afc76a4b5ad2f73dd69a82ec08c0d0e4799f00f
GitInfo: Suppress some wrong warnings

It's possible to have a ')' in a .git/config file, but
parse_ini_file will claim that's invalid and display a warning.

Also prevent another warning from occurring if the parse_ini_file
failed and $configArray is null.

Change-Id: Iba54220be266cb885e83cddfa6c8e9782aa77d01
includes/GitInfo.php