diff options
author | 2025-06-13 15:55:55 -0700 | |
---|---|---|
committer | 2025-06-13 15:59:55 -0700 | |
commit | 6bf51383587f7d6ff31f253dba5fa6d2209fee6d (patch) | |
tree | c33fe7e87b312e3618aaebe72da6c8bd6a6e6be4 /man | |
parent | d814e2111a539bacf8be4958a6cea14040490015 (diff) | |
download | github-mirror-6bf51383587f7d6ff31f253dba5fa6d2209fee6d.tar.gz github-mirror-6bf51383587f7d6ff31f253dba5fa6d2209fee6d.tar.zst github-mirror-6bf51383587f7d6ff31f253dba5fa6d2209fee6d.zip |
Add ssh transport option for github
Diffstat (limited to 'man')
-rw-r--r-- | man/github-mirror.conf.5 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/github-mirror.conf.5 b/man/github-mirror.conf.5 index f610857..5a811ea 100644 --- a/man/github-mirror.conf.5 +++ b/man/github-mirror.conf.5 @@ -62,6 +62,14 @@ The default is false. If set to true, skip mirroring private repositories owned by the user. The default is false. +.It Cm transport +The transport to use for the repository. The default is +.Dq Cm https . +This can be one of +.Dq Cm https +or +.Dq Cm ssh . + .El .Pp |