From e3b96711f9f7bb2c8ec6c3c51b7525d0f5fd9413 Mon Sep 17 00:00:00 2001 From: Anshul Gupta Date: Thu, 12 Jun 2025 01:43:36 -0700 Subject: Implement sourcehut remote --- src/git.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/git.h') diff --git a/src/git.h b/src/git.h index 06d3e92..ae222b8 100644 --- a/src/git.h +++ b/src/git.h @@ -9,7 +9,8 @@ struct repo_ctx { const char *git_base; - const struct github_cfg *cfg; + const char *owner; + const char *token; /// Name of the repo const char *name; -- cgit v1.2.3