diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-13 22:19:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-13 22:19:44 -0400 |
commit | f547277b751d81f516a638bc281735fa1946b17d (patch) | |
tree | 6c17f7ae514409e953bb74309478c74c04c7c3ba /doc/git-annex.mdwn | |
parent | 66f5b390fe761946280c8999648d13e917fba45b (diff) |
Allow --trust etc to specify a repository by name, for temporarily trusting repositories that are not configured remotes.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 25f053af6..12756d802 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -365,7 +365,8 @@ Many git-annex commands will stage changes for later `git commit` by you. Overrides trust settings for a repository. May be specified more than once. - The repository should be specified using the name of a configured remote. + The repository should be specified using the name of a configured remote, + or the UUID or description of a repository. * --backend=name |