Skip to content
Snippets Groups Projects
  • Peter Wu's avatar
    ci: stop using git clone --shallow-since · 9005b262
    Peter Wu authored
    When git merges are in use it appears that --shallow-since=DATE stops at
    the first merge commit that is older than DATE. This could create a too
    shallow clone that lacks the desired commit. Disable this optimization.
    Observed with git 2.19.1.
    
    Fixes #359
    9005b262
Code owners
Assign users and groups as approvers for specific file changes. Learn more.