commit | d5ece056cbaaa2fa1f293969efb231d2b3b40b40 | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Fri May 24 13:43:10 2013 -0700 |
committer | Dave Borowitz <dborowitz@google.com> | Tue May 28 12:20:53 2013 -0700 |
tree | 63db3027590802f491a270bab7681e6a18722bfb | |
parent | 4c454e60ee59658dc172b9542dc18b6073f8c9de [diff] |
Convert ChangeInserter to the builder pattern Like PatchSetInserter, the goal is to cut down on proliferating methods and reuse this code from more places. However, because of the way it is currently used from ReceiveCommits, some things like commit validation and ref updates will be harder to move into ChangeInserter. Change-Id: I457c92ffeb7f5de1fa9aa8f0da21e4b2b3fed1b1