• Show log

    Commit

  • Hash : 915f8860
    Author : Patrick Steinhardt
    Date : 2020-05-16T14:00:11

    tests: checkout: fix stylistic issues and static variable
    
    The test case checkout::index::can_disable_pathspec_match has some
    shortcomings when it comes to coding style, which didn't fit our own
    coding style. Furthermore, it had an unnecessary static local variable.
    
    The test has been refactored to address these issues.