You will have to ask infra. Based on what I found on google it looks like there is a post commit hook to send email that uses git rev-list and based on the result of that may generate that line. From what I can see git rev-list walks up the commit tree but I don’t really know what it is trying to do.
Ralph > On Sep 20, 2020, at 11:56 AM, Matt Sicker <[email protected]> wrote: > > Why does this say "No new revisions were added by this update"? This > has been going on any time I push commits to master, though it's not > happening when I push them to release-2.x. I only noticed this now > because I hadn't backported this at the same time. > > ---------- Forwarded message --------- > From: <[email protected]> > Date: Sun, 20 Sep 2020 at 13:52 > Subject: [logging-log4j2] branch master updated (bf16de8 -> e382adb) > To: [email protected] <[email protected]> > > > This is an automated email from the ASF dual-hosted git repository. > > mattsicker pushed a change to branch master > in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git. > > > from bf16de8 Revert "Migrate more tests to JUnit 5" > add e382adb Update spotbugs from 3.0.x to 4.0.x > > No new revisions were added by this update. > > Summary of changes: > log4j-bom/pom.xml | 8 ++++++++ > log4j-samples/log4j-samples-configuration/pom.xml | 1 + > log4j-samples/log4j-samples-flume-common/pom.xml | 1 + > log4j-samples/log4j-samples-flume-embedded/pom.xml | 1 + > log4j-samples/log4j-samples-flume-remote/pom.xml | 1 + > log4j-samples/log4j-samples-loggerProperties/pom.xml | 1 + > log4j-samples/pom.xml | 1 - > log4j-spring-boot/pom.xml | 15 +++------------ > .../log4j-spring-cloud-config-client/pom.xml | 1 - > .../log4j-spring-cloud-config-sample-application/pom.xml | 1 - > .../log4j-spring-cloud-config-sample-server/pom.xml | 9 ++++++++- > .../log4j-spring-cloud-config-samples/pom.xml | 8 +++++++- > log4j-spring-cloud-config/pom.xml | 1 - > pom.xml | 4 ++-- > 14 files changed, 33 insertions(+), 20 deletions(-) > > > > -- > Matt Sicker <[email protected]> >
