Skip to content

Conversation

@cgarling
Copy link
Collaborator

Would like to hook this up with Git.jl so the git executable provided there calls the git-lfs we build here when we issue commands like run(`$(Git.git()) lfs ...`) -- not sure how to accomplish that yet ...

Copy link
Member

@giordano giordano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure how to accomplish that yet

I don't know how git lfs works, but my guess would be that git searches for git-lfs in PATH, so you'd need to add git-lfs's directory to the PATH in Git.git()'s environment, similar to JuliaVersionControl/Git.jl#55. If my guess was right, of course, which I don't know.

Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
@cgarling
Copy link
Collaborator Author

Thanks for the advice and the review! Will look into making a PR to Git.jl to add git-lfs support.

@giordano
Copy link
Member

Thanks for your contribution!

@giordano giordano merged commit 2615000 into JuliaPackaging:master Jul 11, 2025
21 checks passed
@cgarling cgarling deleted the git-lfs-3.7.0 branch July 11, 2025 14:20
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.

2 participants