Now seeing this error: fatal: unsafe repository ('/x1/srv/whimsy' is owned by someone else) To add an exception for this directory, call:
git config --global --add safe.directory /x1/srv/whimsy It looks like this is caused by running git status on the /srv/whimsy checkout (which is owned and updated by root). I guess we can update that setting, but I wonder why it suddenly started happening? Sebb