diff options
author | 2025-04-11 13:15:54 -0700 | |
---|---|---|
committer | 2025-04-11 13:15:54 -0700 | |
commit | e4b37f2b2691fb6c6821e3dd4a4dcabf86b5801f (patch) | |
tree | fe2fc16a7bd1be9629655341efa49728e37d5064 /src/config.h | |
parent | c43c233c9b14e65d461405857c6e6c758cd9fb23 (diff) | |
download | github-mirror-e4b37f2b2691fb6c6821e3dd4a4dcabf86b5801f.tar.gz github-mirror-e4b37f2b2691fb6c6821e3dd4a4dcabf86b5801f.tar.zst github-mirror-e4b37f2b2691fb6c6821e3dd4a4dcabf86b5801f.zip |
Add option to skip forks
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 13f2649..0f4709f 100644 --- a/src/config.h +++ b/src/config.h @@ -13,6 +13,9 @@ extern const char *config_locations[]; struct github_cfg { + /// Whether to skip mirroring fork repositories + int skip_forks; + // Borrowed /// Github graphql API endpoint const char *endpoint; |