From 45eb2757de8f833e01cf5e0fa8df95f4365329fe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 29 Jan 2021 14:19:01 -0400 Subject: [PATCH] close --- .../git-annex-import_declines_to_import_git-ignored_fies.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/bugs/git-annex-import_declines_to_import_git-ignored_fies.mdwn b/doc/bugs/git-annex-import_declines_to_import_git-ignored_fies.mdwn index 632348403f..97102f8a3a 100644 --- a/doc/bugs/git-annex-import_declines_to_import_git-ignored_fies.mdwn +++ b/doc/bugs/git-annex-import_declines_to_import_git-ignored_fies.mdwn @@ -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]]