diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-11 18:39:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-11 18:39:21 -0400 |
commit | ccfda0a1b479f131e69e0158b4269dc98982b268 (patch) | |
tree | f2ade0df2e6b5238615b56037bd01268f7ac7dfd /doc/git-annex.mdwn | |
parent | 76090d48b97a2b29da03a2955e90da71d3842e82 (diff) |
git config remote.name.annex-sync can be used to control whether a remote gets synced.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 2721cd22d..c427cbfe7 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -795,6 +795,11 @@ Here are all the supported configuration settings. Or, it could be used if the network connection between two repositories is too slow to be used normally. +* `remote.<name>.annex-sync` + + If set to `false`, prevents git-annex sync (and the git-annex assistant) + from syncing with this remote. + * `remote.<name>.annexUrl` Can be used to specify a different url than the regular `remote.<name>.url` |