From 0784136c3cf5bb2b74bcce6668b7bca46211593f Mon Sep 17 00:00:00 2001 From: "vinicius.vin@6d4d58c59c394cd744d469c9d7c41e264331dfcd" Date: Fri, 27 Mar 2020 20:19:10 +0000 Subject: [PATCH] --- .../all_files_are_annexed_by_default.mdwn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/all_files_are_annexed_by_default.mdwn diff --git a/doc/bugs/all_files_are_annexed_by_default.mdwn b/doc/bugs/all_files_are_annexed_by_default.mdwn new file mode 100644 index 0000000000..5d5236fd36 --- /dev/null +++ b/doc/bugs/all_files_are_annexed_by_default.mdwn @@ -0,0 +1,19 @@ +Hello, + +I am using git annex for three years with no issues :-), but now I am facing a problem I’ve 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 + +git version 2.20.1 + +git annex version 7.20190912-1 + +ubuntu 19.10 +