Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap out git CLI for go-git #72

Open
0xDEC0DE opened this issue Dec 23, 2023 · 5 comments
Open

Swap out git CLI for go-git #72

0xDEC0DE opened this issue Dec 23, 2023 · 5 comments

Comments

@0xDEC0DE
Copy link
Contributor

There's an indirect requirement for the git CLI to be installed and in the $PATH for Gilt to work at all. It's also an unspoken requirement for the git to be 2.20 or newer (that isn't a high bar to clear, newer versions than that are even in Debian LTS)

go-git supports bare clones, and has enough worktree support for what Gilt is trying to get done, so it could be folded in and Gilt could handle everything on its own.

This is unfortunately blocked on a lack of filter support for clones in go-git: go-git/go-git#713

@retr0h retr0h pinned this issue Jan 5, 2024
@0xDEC0DE
Copy link
Contributor Author

This looks promising: go-git/go-git#1000

@retr0h
Copy link
Owner

retr0h commented Jan 18, 2024

This looks promising: go-git/go-git#1000

oooOOO

Copy link
Contributor

Stale issue message

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 26, 2024
@0xDEC0DE
Copy link
Contributor Author

200w

Copy link
Contributor

github-actions bot commented Nov 6, 2024

Stale issue message

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

No branches or pull requests

2 participants