Tag

  • Show log

    Commit

  • Hash : a9c2d4c2
    Author : Stefan Sperling
    Date : 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.