summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2018-01-22 23:18:32 +0100
committerYves Fischer <yvesf-git@xapek.org>2018-01-22 23:18:32 +0100
commit17967ef2633dd5a4a9f9248f27e6163670e27347 (patch)
tree91a53cfd34a5c9957130d6283bf7fdb3ae255367
parent403e01c8c6738a9de57d9c5d666329a3a25ca98f (diff)
downloadgit-repo-17967ef2633dd5a4a9f9248f27e6163670e27347.tar.gz
git-repo-17967ef2633dd5a4a9f9248f27e6163670e27347.zip
correct help for 'mirror' command
-rwxr-xr-xgit-repo3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-repo b/git-repo
index 2d79ca7..5917e5c 100755
--- a/git-repo
+++ b/git-repo
@@ -211,7 +211,8 @@ Subcommands of git repo:
list [<dir>] List infos (optional: only below <dir>)
show <dir...> Show Commands for repo <dir>
mirror <dir> Mirror git repositories under <dir> by looking
- for 'Mirror for https://..' in description"
+ for 'remote.origin.mirror = true' config flag.
+ Also set: 'fetch = +refs/*:refs/*'
create-public Create new repository that is
- Read/Write by Owner
- Read/Write by 'share' group.