JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
613 stars 251 forks source link

Add skip_symlink keyword to Pkg.GitTools.tree_hash #3748

Closed mkitti closed 6 months ago

mkitti commented 6 months ago

This adds a keyword option, skip_symlink, allowing the git tree hash to be calculated without considering symlinks.

xref: https://github.com/JuliaLang/Pkg.jl/issues/3643

Bike shedding: Should it be skip_symlinks (plural)?

mkitti commented 6 months ago

We actually do want to try to follow the symlinks and copy them to simulate the extraction process.