You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The insert-license-header script invokes the Git CLI for each file individually, which takes around 40ms per file on my local machine. In large projects, this quickly results in a runtime of 10s of seconds when processing all files.