close
authorJoey Hess <joeyh@joeyh.name>
Fri, 29 Jan 2021 18:19:01 +0000 (14:19 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 29 Jan 2021 18:19:01 +0000 (14:19 -0400)
doc/bugs/git-annex-import_declines_to_import_git-ignored_fies.mdwn

index 632348403f3db7db6668791a14c5dd24832d3936..97102f8a3a94593dffd699edbe0e298b11fe366f 100644 (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]]