git-annex/doc/bugs/all_files_are_annexed_by_default.mdwn
2020-03-30 11:48:44 -04:00

20 lines
809 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Hello,
I am using git annex for three years with no issues :-), but now I am facing a problem Ive never seen before.
I have a repository with several annexed files since 2017. Usually, I add big files with ``git annex add`` while for regular small files, I always use a simple ``git add``.
My problem is, now, all files added with ``git annex add`` are always considered as annexed files, which is undesirable. If I clone a new copy of the repository, ``git add`` works as expected, but from the moment I run a simple ``git annex get somefile``, all ``git add`` is executed as if it were a ``git annex add``.
I don't know if this is a bug or just a change in the default behavior.
Any idea about how to solve it?
Thank you
Versions:
git 2.20.1 /
git annex 7.20190912-1 /
ubuntu 19.10
> [[done]]