diff options
author | Richard Hartmann <richih@debian.org> | 2014-01-01 22:55:27 +0100 |
---|---|---|
committer | Richard Hartmann <richih@debian.org> | 2014-01-01 22:55:27 +0100 |
commit | c3ca557c273dcade38d130143726e0071ac79104 (patch) | |
tree | bd91481f20c7a4d1dad6c9db8ea62ece2c136e77 /doc/todo | |
parent | 54c513c20fe1fe96320491c82bfdfa6929109d88 (diff) |
Add doc/todo/commit_in_direct_mode.mdwn
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/commit_in_direct_mode.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/commit_in_direct_mode.mdwn b/doc/todo/commit_in_direct_mode.mdwn new file mode 100644 index 000000000..1bdba2144 --- /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 |