Fix MergeabilityChecker failure when making new projects

Creating refs/meta/config should not crash the MergeabilityChecker.
Instead return true to recheck merges in this project, which should
be empty and therefore quite fast.

During creation the oldObjectId is "0"x40 and this SHA-1 does not
exist in empty repositories, causing a stack trace to be thrown in
the checker, polluting the logs unnecessarily.

Change-Id: Ic399521d63b7c7a4312a59c0e603d1c54440974e
1 file changed