diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-01 22:35:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-01 22:35:10 -0400 |
commit | 1098bc37ab2aea2510ef41f9d9f6a6909b252cdd (patch) | |
tree | 5b33cd5dee712d71d3df0fdc20f5208ee1eed907 /doc/git-annex.mdwn | |
parent | 478fdc8a5d8b87b6ccbdff61e1e2e88032d34b48 (diff) |
"here" can be used to refer to the current repository, which can read better than the old "." (which still works too).
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 0928c36f6..85d972259 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -177,7 +177,7 @@ subdirectories). The repository to describe can be specified by git remote name or by uuid. To change the description of the current repository, use - "." + "here". * initremote name [param=value ...] @@ -196,7 +196,7 @@ subdirectories). Records that a repository is trusted to not unexpectedly lose content. Use with care. - To trust the current repository, use "." + To trust the current repository, use "here". * untrust [repository ...] @@ -273,7 +273,7 @@ subdirectories). By default, only lists annexed files whose content is currently present. This can be changed by specifying file matching options. To list all annexed files, present or not, specify --include "*". To list all - annexed files whose content is not present, specify --not --in="." + annexed files whose content is not present, specify --not --in=here To output filenames terminated with nulls, for use with xargs -0, specify --print0. Or, a custom output formatting can be specified using @@ -527,7 +527,7 @@ file contents are present at either of two repositories. The repository should be specified using the name of a configured remote, or the UUID or description of a repository. For the current repository, - use "--in=." + use --in=here * --copies=number |