Skip to content

Finally: make all production code not depend on go-git.#234

Merged
cupcicm merged 1 commit intomainfrom
cupcicm/pr/234
Feb 9, 2026
Merged

Finally: make all production code not depend on go-git.#234
cupcicm merged 1 commit intomainfrom
cupcicm/pr/234

Conversation

@cupcicm
Copy link
Owner

@cupcicm cupcicm commented Feb 8, 2026

And remove the git.Repository dependency in Repo.
I needed to refacto a bit the head_test were a lot of the tests
were checking the compatibility with go-git.

Base automatically changed from cupcicm/pr/233 to main February 8, 2026 21:45
And remove the `git.Repository` dependency in `Repo`.
I needed to refacto a bit the `head_test` were a lot of the tests
were checking the compatibility with go-git.
core/repo.go Outdated
type Repo struct {
*git.Repository
s *StateStore
path string
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
path string
rootPath string

@cupcicm cupcicm merged commit ae65392 into main Feb 9, 2026
1 check passed
@cupcicm cupcicm deleted the cupcicm/pr/234 branch February 9, 2026 08:03
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

Comments