Commit a9c2d4c277afebe2aff309e7b43a32185fc37cd1

Stefan Sperling 2020-09-24T10:53:18

fix default branch name written to Git config file by 'got clone' The generated Git config file instructed Git to fetch all branches rather than the default branch as was intended. Check generated configuration files in all clone tests in order to catch such problems in the future.