This commit is contained in:
Joey Hess 2019-02-23 15:57:18 -04:00
parent 4747fa923d
commit 7072f7a071
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 5 additions and 2 deletions

View file

@ -62,7 +62,7 @@ to tell it what branch to track. For example:
## IMPORTING FROM A DIRECTORY
When run with a path, `git annex import` moves files from somewhere outside
the git working copy, and adds them to the annex.
the git working copy, and adds them to the annex.
Individual files to import can be specified. If a directory is specified,
the entire directory is imported.

View file

@ -21,7 +21,10 @@ this.
* When on an adjusted unlocked branch, need to import the files unlocked.
* What if the remote lists importable filenames that are absolute paths,
or contain a "../" attack?
or contain a "../" attack? Does git already guard against merging such
trees?
* Need to support annex.largefiles when importing.
## race conditions