v1.3.1 - Bug Fix: Skip pulls when repo was cloned using backup.bare-clone
There is no way to pull if you don't have a working tree. So backups would fail if you used the --backup.bare-clone
option. @schoentoon fixed this by checking if a repo is a bare repo before pulling.