From c39966c072072d8fcd13ad8f423373839ca1b224 Mon Sep 17 00:00:00 2001 From: rangedrew Date: Tue, 18 Dec 2018 07:22:48 +0000 Subject: [PATCH] --- doc/bugs/Future_proofing_regression__63__.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/bugs/Future_proofing_regression__63__.mdwn b/doc/bugs/Future_proofing_regression__63__.mdwn index 27187afccc..cc44cf1034 100644 --- a/doc/bugs/Future_proofing_regression__63__.mdwn +++ b/doc/bugs/Future_proofing_regression__63__.mdwn @@ -15,6 +15,7 @@ One more concern I have is the fact that "git add" now adds files in this mode, TL;DR Please provide support (or better still enable as default) the following behavior: + * "git add" just adds files to git, not annex * The v7 unlocked mode stores data in git annex(I mean the git-annex branch), and ideally uses standard mechanism like symlinks to track data, with smudge/clean filters used *only* when necessary. (My guess is that the reason it is this way now is because git probably doesn't like doing a type change of a file)