summaryrefslogtreecommitdiff
path: root/doc/todo/direct_mode_guard.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-18 23:07:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-18 23:07:07 -0400
commit1e67f6ff57cdefac31d6fcbd00db1ebf727beb5d (patch)
treec78aff16a4f85c518ac4013e646012a866b6aa3b /doc/todo/direct_mode_guard.mdwn
parentc5903fb68004edff546da2293bbf14a326f626e2 (diff)
thought
Diffstat (limited to 'doc/todo/direct_mode_guard.mdwn')
-rw-r--r--doc/todo/direct_mode_guard.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/direct_mode_guard.mdwn b/doc/todo/direct_mode_guard.mdwn
index a380a9abc..7322cec63 100644
--- a/doc/todo/direct_mode_guard.mdwn
+++ b/doc/todo/direct_mode_guard.mdwn
@@ -12,4 +12,11 @@ So, for example, `git annex commit` would run `git commit --git-dir=.git-annex`
However, `git annex commit -a` would refuse to run, or even do something
intelligent that does not involve staging every direct mode file.
+----
+
+One source of problems here is that there is some overlap between git-annex
+and git commands. Ie, `git annex add` cannot be a passthrough for `git
+add`. The git wrapper could instead be another program, or it could be
+something like `git annex git add`
+
--[[Joey]]