From ed7df8fdd98aa7420c960d705608da88f31f1c26 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 23 Oct 2019 13:59:32 -0700 Subject: set annex.gitaddtoannex too --- .gitconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index eb530894..16dedd3a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -160,5 +160,9 @@ # ---- git-annex ---- [annex] - # pending git-add behaviour discussions on https://git-annex.branchable.com + # manually upgrade to new repository layouts, once I know that + # it won't break any scripts autoupgraderepository = false + + # just running `git annex init` should not change what `git add` does + gitaddtoannex = false -- cgit v1.2.3