summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-18 15:44:52 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-18 15:44:52 -0400
commit8dded2886763495743fe549479874d519cc93a31 (patch)
treedda3960f8efc8231786601ad6c51602250655d22
parente340b777916f48898e15597ce6bdf9be7ba6149d (diff)
todo
-rw-r--r--doc/todo/sync_content_of_a_single_directory_or_file.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/sync_content_of_a_single_directory_or_file.mdwn b/doc/todo/sync_content_of_a_single_directory_or_file.mdwn
new file mode 100644
index 000000000..bbb036ff6
--- /dev/null
+++ b/doc/todo/sync_content_of_a_single_directory_or_file.mdwn
@@ -0,0 +1,11 @@
+`git annex sync --content` operates on the whole work tree, not only the
+current directory. This is different than other git-annex commands, and
+makes sense in a way since git pull works like that too. But, sometimes
+I only want the content of a single directory, or perhaps file.
+
+This could be implemented as `git annex sync --content thedir`, except
+that would conflict with the name of the remote to sync with that it
+currently takes. Perhaps `git annex sync --dir==thedir`, which
+automatically enables content syncing?
+
+--[[Joey]]