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

Implement sparse-checkout feature in the tool #60

Merged
merged 3 commits into from
Aug 25, 2023
Merged

Commits on Aug 24, 2023

  1. Implement sparse-checkout feature in the tool

    Extended config file format with new key "sparse.paths = []" that defines what paths should be filtered out
    Grokzen committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    441bc5b View commit details
    Browse the repository at this point in the history
  2. Add simple warning in the case you use sparse-checkout and the output…

    … is empty possibly indicating error in the sparse paths defined in the config file
    Grokzen committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2e9f94c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Apply suggestions from code review

    Co-authored-by: Henrik Holmboe <[email protected]>
    Grokzen and holmboe authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    953c595 View commit details
    Browse the repository at this point in the history