diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-18 13:26:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-18 13:26:47 -0400 |
commit | 99494538f5f4d847fcd9b5b9ba6ca71879140b27 (patch) | |
tree | eacf592e70b5ad1b76d76815c48d09c6349d468b | |
parent | 881cc417e307a797de13edacb3e82485b239f3fd (diff) |
clarify sync
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 4e8041398..c468f08b2 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -156,8 +156,8 @@ subdirectories). are pushed to the remote, so they can be merged into its working tree by running "git annex sync" on the remote. - Note that sync does not transfer any file contents from or to the remote - repositories. + Note that sync does not transfer any annexed file contents from or + to the remote repositories; it only syncs the git repositories. * `merge` |