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

feat(cli): add different git cloning strategies #1061

Merged

Conversation

pascalbreuninger
Copy link
Member

@pascalbreuninger pascalbreuninger commented May 12, 2024

feat(cli): add different git cloning strategies and respective CLI flag --git-clone-strategy for git based workspaces. Possible values are:

  • "" (full clone, default behaviour)
  • blobless (full commit history and trees, no blobs)
  • treeless (full commit history, no trees nor blobs)
  • shallow (current HEAD, no history)

@pascalbreuninger pascalbreuninger changed the title feat(cli): add different git cloning strategies and respective CLI flag --git-clone-strategy for git based workspaces. Possible values are: - "" (full clone, default behaviour) - blobless (full commit history and trees, no blobs) - treeless (full commit history, no trees nor blobs) - shallow (current HEAD, no history) feat(cli): add different git cloning strategies May 12, 2024
--git-clone-strategy for git based workspaces.
Possible values are:
- "" (full clone, default behaviour)
- blobless (full commit history and trees, no blobs)
- treeless (full commit history, no trees nor blobs)
- shallow (current HEAD, no history)
@pascalbreuninger pascalbreuninger force-pushed the feat/POD-645-git-clone-strategy branch from 816339f to 621f6ce Compare May 13, 2024 05:22
@89luca89 89luca89 merged commit 4f33ae2 into loft-sh:main May 13, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants