$ date
Thu Mar 4 16:01:11 UTC 2021
$ git clone file:///srv/git/mediawiki-extensions-ContentTransfer.git repo --depth=1 -b master
Cloning into 'repo'...
$ git config user.name libraryupgrader
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
$ git submodule update --init
$ grr init
Installed commit-msg hook.
$ git show-ref refs/heads/master
c191580a6040fe82fe93453182b803eccc4cf7bc refs/heads/master
$ composer install
Loading composer repositories with package information
Warning from https://repo.packagist.org: You are using an outdated version of Composer. Composer 2 is now available and you should upgrade. See https://getcomposer.org/2
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
$ git add .
$ git commit -F /tmp/tmp7p3fjtek
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
.