This commit is contained in:
mike@2d6d71f56ce2a992244350475251df87c26fe351 2020-05-27 15:10:57 +00:00 committed by admin
parent 610d04dbf7
commit 7776691ead

View file

@ -0,0 +1,3 @@
It would be nice if I could configure a git repository to be guarded against git-annex. Or even a global git config option to default to not use git-annex but only in specific repositories meant to be used with git-annex.
We've had a source code repository added with git-annex branches (repeatedly) and the user had problems with unwanted git-annex hooks installed in his checkout. I suspect that this was a user error, i.e. running git-annex in the wrong directory, but I would like to put guards into place by disabling git-annex by default and only allowing it for certain specific repos.