Files
gerrit/java
Alice Kober-Sotzek 47bcef7dc0 Short-circuit for no-op member/subgroup/owner updates of groups
Members, subgroups, and owner updates should only result in writing
the updated content back to disk if something was changed. For
members and subgroups, we should also save on assembling the commit
message footers.

The mechanisms of VersionedMetaData already ensured that no unnecessary
commits would be created. So, the previous behavior wasn't wrong. We
can just be a bit more efficient.

Change-Id: I31e663d028d467426709259861083fbc490948ac
2017-11-10 11:04:51 +01:00
..