summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-11 13:49:40 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-11 13:49:40 -0400
commit2638d46412666e3cfcb6a042ef8d5e0f9ee018db (patch)
treecd47d7cd462d49bbc682369d49ac8d748c5b1ae8
parent7756e4374e9da8ec219bfac8e620d4ee2412c867 (diff)
todo
-rw-r--r--doc/todo/prevent_unwanted_init.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/prevent_unwanted_init.mdwn b/doc/todo/prevent_unwanted_init.mdwn
new file mode 100644
index 000000000..6481ce6be
--- /dev/null
+++ b/doc/todo/prevent_unwanted_init.mdwn
@@ -0,0 +1,8 @@
+My $HOME is a git repo, but I don't want to use git-annex in that repo,
+only in sub-repos. If I'm in ~/tmp/foo/ and forgot to git init, git annex
+init initializes my $HOME repo, and I have to go clean it up which is
+annoying. --[[Joey]]
+
+This could be a git configuration setting, or it could be something
+checked into the repo. Either might make sense depending on the scope
+in which one wants to prevent the accidental init.