Avoid searching for Git directory repeatedly #69

Closed
opened 2024-04-26 19:33:52 +01:00 by kemitix · 0 comments
Owner

When the actor starts it does an initial check for the repo, and if it doesn't find it it makes a clone. Either way, it ends up with a gix::Repository object. This should be stored in a newtype within the actor and used by other gix methods, to avoid the need to recreate it each time.

When the actor starts it does an initial check for the repo, and if it doesn't find it it makes a clone. Either way, it ends up with a `gix::Repository` object. This should be stored in a newtype within the actor and used by other gix methods, to avoid the need to recreate it each time.
kemitix added the
Kind/Enhancement
label 2024-04-26 19:33:52 +01:00
kemitix added this to the Road to v1 - Forgejo & Github project 2024-04-26 19:33:52 +01:00
kemitix self-assigned this 2024-05-10 22:34:49 +01:00
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kemitix/git-next#69
No description provided.