aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joachim Breitner <mail@joachim-breitner.de>2011-12-18 13:12:28 +0100
committerGravatar Joachim Breitner <mail@joachim-breitner.de>2011-12-18 13:12:28 +0100
commit0bba09cd5b553118a0e956859cb5ffc9bc79a92c (patch)
tree9ec44a1d71fddcecda6e13d72b157a19b6b6d0b2
parentfa9d83f144d8c35d58f584fe2690ed575ce9e096 (diff)
fix syntax
-rw-r--r--doc/forum/pure_git-annex_only_workflow/comment_7_33db51096f568c65b22b4be0b5538c0d._comment5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/forum/pure_git-annex_only_workflow/comment_7_33db51096f568c65b22b4be0b5538c0d._comment b/doc/forum/pure_git-annex_only_workflow/comment_7_33db51096f568c65b22b4be0b5538c0d._comment
index 02d68d245..753a2af16 100644
--- a/doc/forum/pure_git-annex_only_workflow/comment_7_33db51096f568c65b22b4be0b5538c0d._comment
+++ b/doc/forum/pure_git-annex_only_workflow/comment_7_33db51096f568c65b22b4be0b5538c0d._comment
@@ -7,8 +7,9 @@
I agree on the naming suggestions, and that it does not suit everybody. Maybe I’ll think some more about it. The point is: I’m trying to make live easy for those who do not want to manually create some complicated setup, so if it needs configuration, it is already off that track. But turning the current behavior into something people have to configure is also not well received by the users.
Given that \"git annex sync\" is a new command, maybe it is fine to have this as a default behavior, and offer an easy way out. The easy way out could be one of two flags that can be set for a repo (or a remote):
- * \"central\", which makes git annex sync only push and pull to and that repo (unless a different remote is given on the command line)
- * \"unsynced\", which makes git annex sync skip the repo.
+
+* \"central\", which makes git annex sync only push and pull to and that repo (unless a different remote is given on the command line)
+* \"unsynced\", which makes git annex sync skip the repo.
Maybe central is enough.
"""]]