Files
gerrit/gerrit-server/src/main/java
Shawn Pearce 729e45f68a Always use side effects of scanning the magic branch
Scanning the magic branch to prepare updates into the Git
batch produces two results, yet the method only returned one of
them. The first result is the newChanges collection. However
as a side-effect the method also updated replaceByChange and
replaceByCommit if a commit matched an existing change using
a Change-Id footer.

Drop the Java method return value and update all of the
collections by side effect.

Change-Id: I6673495e661876f8448611ce70207ef06ed3f31e
2014-12-11 09:11:09 -08:00
..
2014-12-09 02:30:24 +00:00