diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-24 17:23:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-24 17:23:58 -0400 |
commit | 8de7699f3905f5a3feb88cd6297f982f3666a201 (patch) | |
tree | 333b6a6062e7878b66d1e1b83b495aff9f4d2c2d /doc/git-annex.mdwn | |
parent | ab5e409a95f6a3aa6b9be55f4c1465008af91dd5 (diff) |
add transferkey command
Used by the assistant, rather than copy, this is faster because it avoids
using git ls-files, avoids checking the location log redundantly, and
runs in oneshot mode, avoiding making a commit to the git-annex branch
for every file transferred.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 02cf298c0..48e4f24ea 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -443,6 +443,10 @@ subdirectories). git annex dropkey SHA1-s10-7da006579dd64330eb2456001fd01948430572f2 +* transferkey key + + This plumbing-level command is used by the assistant to transfer data. + * rekey [file key ...] This plumbing-level command is similar to migrate, but you specify |