summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar go8ose <go8ose@web>2014-10-09 22:19:01 +0000
committerGravatar admin <admin@branchable.com>2014-10-09 22:19:01 +0000
commit74fd32f2d94e24b45a102ad1daa8caa3719c6736 (patch)
tree3aa95545caab0a5e602f643bfeacc3153fc25cff
parenta3114ab878ec993d089c32eb4c7b1d48e09e931a (diff)
Added a comment: Group and wanted expression
-rw-r--r--doc/forum/files_being_dropped_undesirably/comment_2_7d885abebfec789348639494b1bb1829._comment24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/forum/files_being_dropped_undesirably/comment_2_7d885abebfec789348639494b1bb1829._comment b/doc/forum/files_being_dropped_undesirably/comment_2_7d885abebfec789348639494b1bb1829._comment
new file mode 100644
index 000000000..7bdb9243c
--- /dev/null
+++ b/doc/forum/files_being_dropped_undesirably/comment_2_7d885abebfec789348639494b1bb1829._comment
@@ -0,0 +1,24 @@
+[[!comment format=mdwn
+ username="go8ose"
+ ip="203.26.118.202"
+ subject="Group and wanted expression"
+ date="2014-10-09T22:19:01Z"
+ content="""
+Here is the group and wanted output on my laptop (that is dropping all the files):
+
+ ~/Documents/personal-annex $ git annex group .
+ unwanted
+ ~/Documents/personal-annex $ git annex wanted .
+ standard
+
+Here is the output on my desktop (that seems to be keeping all the files):
+
+ ~/Documents/annex-personal $ git annex group .
+
+ ~/Documents/annex-personal $ git annex wanted .
+
+
+
+
+Reading the manpage suggests I might want to change this. However I haven't seen in the man page a list of the standard predefined groups, nor an explanation of how each predefined group behaves. Is that documented somewhere else?
+"""]]