• Show log

    Commit

  • Hash : 78caff98
    Author : Stefan Sperling
    Date : 2021-09-30T08:24:01

    explicitly set the default branch name after 'git init' in regress tests
    
    We need to do this because newer versions of Git support an arbitrary default
    branch name which can be set by users. We don't want tests to fail when this
    option is used.
    
    pointed out by Thomas Adam