$ date
Fri Feb 26 11:02:46 UTC 2021
$ git clone file:///srv/git/mediawiki-tools-mwdumper.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
6e4d3d3c9392be1138eb0c16b151cc18c807a2d0 refs/heads/master
$ git add .
$ git commit -F /tmp/tmp9mnwtxgm
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
.