aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-02-08 11:58:30 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-02-08 11:58:30 +0100
commit4f5579b634f2a459d1a2fa8bdebc668928a8e501 (patch)
tree24774be13fa3299c1f310a6589dd8135ad4a128a /Readme.md
parent3c9c2f8a8e46b1c119511e21ec187a197c4b75df (diff)
downloadreposync-4f5579b634f2a459d1a2fa8bdebc668928a8e501.tar.gz
add LIMIT and LIMIT_TO to limit repo syncing to specific repos
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 58bba09..9a0fc94 100644
--- a/Readme.md
+++ b/Readme.md
@@ -44,6 +44,8 @@ The first argument specifies the configuration file, setting the following varia
REPO_DIR local repository directory
PRIVATE Specifies, whether $REPO_DIR should be trated as public (false) or private (true)
Repos will be created on GitHub accordingly
+ LIMIT Limit syncing to repos specified in LIMIT_TO (true/false)
+ LIMIT_TO Array of repos to limit syncing to
## License