This commit is contained in:
Joey Hess 2021-01-29 14:19:01 -04:00
parent 162f149704
commit 45eb2757de
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1 +1,4 @@
git-annex-import currently refuses to import any files under the repo dir, saying to use git-add instead. I think it should treat git-ignored files as if they were outside the repo. I often have a dir under the repo that is gitignored, and acts as a temp work area; git-annex-import should treat the files there as if they were outside the repo.
> git-annex import --no-check-gitignore option implemented [[done]]
> --[[Joey]]