commit | 7f7f7f903e865dba25456843dd33e2e3530c76b3 | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Sun Dec 08 09:45:37 2013 -0800 |
committer | Shawn Pearce <sop@google.com> | Mon Dec 09 09:04:20 2013 -0800 |
tree | ec59a04feaec14f77933d4f2c25fb95742080e10 | |
parent | ee87a6fb423c6fa9b70f78df7fbe07dd088036fb [diff] |
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