$ date
Wed Feb 17 19:57:28 UTC 2021
$ git clone file:///srv/git/mediawiki-vendor.git repo --depth=1 -b REL1_35
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/REL1_35
0437452169e905b52784a1e7c4706c34253873c3 refs/heads/REL1_35
$ git add .
$ git commit -F /tmp/tmp29wfhsyo
On branch REL1_35
Your branch is up to date with 'origin/REL1_35'.
nothing to commit, working tree clean
.