diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-02-08 11:58:30 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-02-08 11:58:30 +0100 |
commit | 4f5579b634f2a459d1a2fa8bdebc668928a8e501 (patch) | |
tree | 24774be13fa3299c1f310a6589dd8135ad4a128a /Readme.md | |
parent | 3c9c2f8a8e46b1c119511e21ec187a197c4b75df (diff) | |
download | reposync-4f5579b634f2a459d1a2fa8bdebc668928a8e501.tar.gz |
add LIMIT and LIMIT_TO to limit repo syncing to specific repos
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |