aboutsummaryrefslogtreecommitdiff
path: root/doc/preferred_content
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q <Andrew@web>2013-01-10 10:24:29 +0000
committerGravatar admin <admin@branchable.com>2013-01-10 10:24:29 +0000
commited882e5a45b92fef6dfe42c767aaa2c84ee54b62 (patch)
tree8245c89ecc08e7479f4e83ade57492ba94798b63 /doc/preferred_content
parent5e30dea40725f91e3c41f8be6342491345d0d4ed (diff)
Added a comment
Diffstat (limited to 'doc/preferred_content')
-rw-r--r--doc/preferred_content/comment_8_ff2a2dc9c566ebd9f570bdfcd7bfc030._comment27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/preferred_content/comment_8_ff2a2dc9c566ebd9f570bdfcd7bfc030._comment b/doc/preferred_content/comment_8_ff2a2dc9c566ebd9f570bdfcd7bfc030._comment
new file mode 100644
index 000000000..3c914ee92
--- /dev/null
+++ b/doc/preferred_content/comment_8_ff2a2dc9c566ebd9f570bdfcd7bfc030._comment
@@ -0,0 +1,27 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q"
+ nickname="Andrew"
+ subject="comment 8"
+ date="2013-01-10T10:24:28Z"
+ content="""
+By way of a feature request: Maybe the way to do this is to have an additional keyword like \"config\" or \"repo\" that allows you to use vicfg and/or git config to set alternative rules and even additional group names.
+
+In git config:
+
+ annex.groups.<groupname> = present and exclude=*/archive/* and exclude=archive/*
+
+in vicfg:
+
+ # (for passport)
+ #trust A0637025-ED47-4F95-A887-346121F1B4A0 = semitrusted
+
+ # (for passport)
+ group A0637025-ED47-4F95-A887-346121F1B4A0 = transfer
+
+ # (for passport)
+ preferred-content A0637025-ED47-4F95-A887-346121F1B4A0 = repo
+
+ # (for transfer)
+ group-content transfer = present and exclude=*/archive/* and exclude=archive/*
+
+"""]]