From 38239750e9a732235e2104a8679f5c91150360eb Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Wed, 1 Jan 2014 22:55:27 +0100 Subject: [PATCH] Add doc/todo/commit_in_direct_mode.mdwn --- doc/todo/commit_in_direct_mode.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/todo/commit_in_direct_mode.mdwn diff --git a/doc/todo/commit_in_direct_mode.mdwn b/doc/todo/commit_in_direct_mode.mdwn new file mode 100644 index 0000000000..1bdba21443 --- /dev/null +++ b/doc/todo/commit_in_direct_mode.mdwn @@ -0,0 +1,9 @@ +As of right now, the only way to commit changes to direct repositories is `git annex sync [remote]`. +There is no way to specify what directory to operate on. +When moving around files on a larger scale, the ability to commit specific subsets of changes would be rather nice. + +`git annex commit [path]` or `git annex sync [remote] -- [path]` would probably make sense. + + +Thanks, +Richard