Skip to content

Commit

Permalink
chore: tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwn committed Oct 4, 2023
1 parent ff20a1d commit 15a2d23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/macaron/slsa_analyzer/git_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,7 @@ def clone_remote_repo(clone_dir: str, url: str) -> Repo | None:
parent_dir = Path(clone_dir).parent
parent_dir.mkdir(parents=True, exist_ok=True)

# We use treeless partial clone to reduce clone time,
# by retrieving blobs lazily while retaining git history.
# We use treeless partial clone to reduce clone time, by retrieving trees and blobs lazily.
# For more details, see the following:
# - https://git-scm.com/docs/partial-clone
# - https://git-scm.com/docs/git-rev-list
Expand Down

0 comments on commit 15a2d23

Please sign in to comment.