From 10a988ec0cbc59e24399e91d90ec189f1494a71f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Feb 2013 23:07:07 -0400 Subject: [PATCH] thought --- doc/todo/direct_mode_guard.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/todo/direct_mode_guard.mdwn b/doc/todo/direct_mode_guard.mdwn index a380a9abc8..7322cec632 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]]