Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #212 from tbranch227/feature/filter-tree
Browse files Browse the repository at this point in the history
We have pursuing more efficient git cloning strategies, which led us …
  • Loading branch information
davidahouse authored Oct 14, 2022
2 parents 2b631df + 2d0313a commit 5adcf0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/workingDirectory.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ async function cloneRepo(
"git clone -b " +
branch +
" --single-branch " +
" --depth " +
depth +
" " +
cloneOptions +
" " +
cloneUrl +
Expand Down

0 comments on commit 5adcf0e

Please sign in to comment.