diff options
author | 2025-06-12 01:53:38 -0700 | |
---|---|---|
committer | 2025-06-12 01:53:38 -0700 | |
commit | c9adb09abc626cdcc35c345a635ad8c163fcff3e (patch) | |
tree | 93f78bf8e5910a044f96ed77aca498ac60ada804 /src/git.h | |
parent | 179679633a9fc3317585167f86c87a7fe8394945 (diff) | |
parent | b78875e2265339b58c7a67cc83e6db2988aa0d74 (diff) | |
download | github-mirror-c9adb09abc626cdcc35c345a635ad8c163fcff3e.tar.gz github-mirror-c9adb09abc626cdcc35c345a635ad8c163fcff3e.tar.zst github-mirror-c9adb09abc626cdcc35c345a635ad8c163fcff3e.zip |
Merge pull request #2 from ansg191/srht
Diffstat (limited to 'src/git.h')
-rw-r--r-- | src/git.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |