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

@ -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