diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-29 13:46:12 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-29 13:46:12 -0400 |
commit | a3c475831fa99555c0263c979856eb51862468c3 (patch) | |
tree | 26355d1b0253bda0c814aae6d2c2593287bb85af /doc | |
parent | 0e4fbf76b8c00dc89dc3cf67b2ac8e3bfd20b332 (diff) |
import: Check for gitignored files before moving them into the tree. (Needs git 1.8.4 or newer.)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git_annex_import:_ignored_names_fatal.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn b/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn index e96ca2acb..8981cadd8 100644 --- a/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn +++ b/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn @@ -36,3 +36,6 @@ Can't the ignored files just be ignored? # End of transcript or log. """]] + +> Made git-annex import check for gitignored files before +> moving them into the work tree. [[done]] --[[Joey]] |