diff options
Diffstat (limited to 'doc/todo/commit_in_direct_mode.mdwn')
-rw-r--r-- | doc/todo/commit_in_direct_mode.mdwn | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/todo/commit_in_direct_mode.mdwn b/doc/todo/commit_in_direct_mode.mdwn deleted file mode 100644 index 93dbf40bf..000000000 --- a/doc/todo/commit_in_direct_mode.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -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 - -> I've documented in the git-annex-proxy man page how to use it to do -> per-file commits. [[done]] --[[Joey]] |