Files
gerrit/java/com/google/gerrit/server/git/receive
Gal Paikin 19d0c1a335 Let enclosed changes have different submission ids
In change I7fffa4d34 I added a submission id to all enclosed changes.
However, it seems that if two changes were stacked and submitted,
they would have different submission ids.
Here I ensured that enclosed changes called in ReceiveCommits would
get the same submission id.
I originally thought I also need to update ChangeInserter and
ConsistencyChecker, but it seems they don't have that problem.

Change-Id: I7b49fed64ec26957becc8380af7d43fdf4f50d1c
2019-11-26 10:18:35 +01:00
..