note
This commit is contained in:
parent
4747fa923d
commit
7072f7a071
2 changed files with 5 additions and 2 deletions
|
@ -62,7 +62,7 @@ to tell it what branch to track. For example:
|
||||||
## IMPORTING FROM A DIRECTORY
|
## IMPORTING FROM A DIRECTORY
|
||||||
|
|
||||||
When run with a path, `git annex import` moves files from somewhere outside
|
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,
|
Individual files to import can be specified. If a directory is specified,
|
||||||
the entire directory is imported.
|
the entire directory is imported.
|
||||||
|
|
|
@ -21,7 +21,10 @@ this.
|
||||||
* When on an adjusted unlocked branch, need to import the files unlocked.
|
* When on an adjusted unlocked branch, need to import the files unlocked.
|
||||||
|
|
||||||
* What if the remote lists importable filenames that are absolute paths,
|
* 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
|
## race conditions
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue