Skip to content

Commit

Permalink
Use the output path given in args
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Feb 7, 2024
1 parent b7022a5 commit 43cb993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ git -C upstream fetch origin $branch:$branch
step Filtering upstream
# Cloning and filtering is much faster than git filter-repo --source --target.
# Using git clone here because we don’t care about refs/cinnabar/metadata.
git clone --bare upstream filtered
git -C filtered filter-repo --force --paths-from-file ../../style.paths
git clone --bare upstream -- "$style"
git -C "$style" filter-repo --force --paths-from-file ../../style.paths

0 comments on commit 43cb993

Please sign in to comment.