Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolve matched files to cwd instead of gitDir before adding #857

Merged
merged 2 commits into from Apr 30, 2020

Commits on Apr 29, 2020

  1. fix: resolve matched files to cwd instead of gitDir before adding

    Because the set of matched files are collected from generated tasks, when using the `relative` options they are relative to the current cwd, not the git dir which might be different.
    iiroj committed Apr 29, 2020
    Copy the full SHA
    defe045 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Copy the full SHA
    ba67f48 View commit details
    Browse the repository at this point in the history