Skip to content

v1.3.1 - Bug Fix: Skip pulls when repo was cloned using backup.bare-clone

Compare
Choose a tag to compare
@ChappIO ChappIO released this 22 Apr 06:53
· 7 commits to main since this release
290a124

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.