summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-10-23 13:59:32 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-10-23 13:59:32 -0700
commited7df8fdd98aa7420c960d705608da88f31f1c26 (patch)
treec5a7e3d7e13569c0b5da5ffd9b12983a5a9ba89b /.gitconfig
parent9b08c7be6ab46b2956d8e7c5ec0912a11d0b9310 (diff)
downloaddotfiles-ed7df8fdd98aa7420c960d705608da88f31f1c26.tar.gz
set annex.gitaddtoannex too
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig6
1 files changed, 5 insertions, 1 deletions
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