diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-05 17:23:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-05 17:23:55 -0400 |
commit | 0de3005c648400e67ce4bfe88ac7999e56e3b56e (patch) | |
tree | 7afefc6d0079611928706fee9e7a59012ce774d6 /doc/git-annex.mdwn | |
parent | 41d5c4acf6810966bdef25e2fc7a4cfb78b6f972 (diff) |
whereis: New subcommand to show where a file's content has gotten to.
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 76f1a577b..4998a6491 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -154,6 +154,11 @@ Many git-annex commands will stage changes for later `git commit` by you. With no parameters, defaults to finding all files in the current directory and its subdirectories. +* whereis [path ...] + + Displays a list of repositories known to contain the content of the + specified file or files. + * migrate [path ...] Changes the specified annexed files to store their content in the |