Add a tool to check the number of commits in a source branch (us/next) that are not in the master branch (ci/master), and find the last common commit between them. Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Simon Glass <simon.glass@canonical.com>
5 lines
123 B
Python
5 lines
123 B
Python
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright 2025 Canonical Ltd.
|
|
# Written by Simon Glass <simon.glass@canonical.com>
|