summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 <John@web>2013-07-03 22:16:32 +0000
committerGravatar admin <admin@branchable.com>2013-07-03 22:16:32 +0000
commit9cdf8f8799bbae6edadc25b615f2749cb58d979b (patch)
tree5b1a3cd327fd102552967293e05f824bac24cdf4 /doc
parent13aa1c6b024b46063bae97cf591749b371f92d9b (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/blog/day_291__--all/comment_1_eaa9fef19a035bef9c439e87d47c834b._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_291__--all/comment_1_eaa9fef19a035bef9c439e87d47c834b._comment b/doc/design/assistant/blog/day_291__--all/comment_1_eaa9fef19a035bef9c439e87d47c834b._comment
new file mode 100644
index 000000000..60cb4abb0
--- /dev/null
+++ b/doc/design/assistant/blog/day_291__--all/comment_1_eaa9fef19a035bef9c439e87d47c834b._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89"
+ nickname="John"
+ subject="comment 1"
+ date="2013-07-03T22:16:32Z"
+ content="""
+Excellent stuff! Another thing I'd like to see is that I find myself doing the following all the time:
+
+ git annex copy --to titan --not --in titan
+
+Meaning: copy everything to titan that it doesn't already have. This operation is very quick. But I write just:
+
+ git annex copy --to titan
+
+This operation is extremely slow, since it appears to scan through every file in the repository. Is there a way to have the latter imply the former? I wouldn't ever want to copy a file that it already has anyway...
+
+"""]]