summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_costs_not_working_as_expected_in_the_assistant
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU <Matt@web>2014-04-27 11:48:18 +0000
committerGravatar admin <admin@branchable.com>2014-04-27 11:48:18 +0000
commitaea6b6395fb3827c407632609747584ae286b7f5 (patch)
tree523952b417fa1cd60e8f2eaa9056e693542f981c /doc/bugs/git_annex_costs_not_working_as_expected_in_the_assistant
parent88cc58440ed63ddb61a6f2ef0fba2bb23e0dfdb3 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/git_annex_costs_not_working_as_expected_in_the_assistant')
-rw-r--r--doc/bugs/git_annex_costs_not_working_as_expected_in_the_assistant/comment_2_460e78ea8603bd87203d8014bcc3eb9a._comment55
1 files changed, 55 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_costs_not_working_as_expected_in_the_assistant/comment_2_460e78ea8603bd87203d8014bcc3eb9a._comment b/doc/bugs/git_annex_costs_not_working_as_expected_in_the_assistant/comment_2_460e78ea8603bd87203d8014bcc3eb9a._comment
new file mode 100644
index 000000000..ef70e0abd
--- /dev/null
+++ b/doc/bugs/git_annex_costs_not_working_as_expected_in_the_assistant/comment_2_460e78ea8603bd87203d8014bcc3eb9a._comment
@@ -0,0 +1,55 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU"
+ nickname="Matt"
+ subject="comment 2"
+ date="2014-04-27T11:48:18Z"
+ content="""
+Here's the `.git/config`
+
+<pre>
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = false
+ logallrefupdates = true
+[branch \"master\"]
+ remote = home
+ merge = refs/heads/master
+[annex]
+ uuid = 105776ba-bd78-4884-9126-aeb7c1e6da21
+ version = 5
+ diskreserve = 100 megabytes
+ autoupgrade = ask
+ debug = true
+ fscknudge = true
+[remote \"dancingfrog\"]
+ url = ssh://10.23.33.19/Volumes/Media/iTunes Media/Music
+ fetch = +refs/heads/*:refs/remotes/dancingfrog/*
+ annex-uuid = c3cec307-367b-4373-8cb9-a3da67cee745
+ annex-cost = 100
+ annex-sync = true
+[remote \"home\"]
+ url = home:/Volumes/Media/iTunes Media/Music
+ fetch = +refs/heads/*:refs/remotes/home/*
+ annex-uuid = c3cec307-367b-4373-8cb9-a3da67cee745
+ annex-sync = true
+ annex-cost = 200
+[remote \"isilon\"]
+ url = gcrypt::ssh://rss/home/matt/mnt/isilon/rss/zzalsmf3/git-annex/mus
+ fetch = +refs/heads/*:refs/remotes/isilon/*
+ gcrypt-participants = 68D8501429C42E01
+ gcrypt-signingkey = 68D8501429C42E01
+ gcrypt-id = :id:92R1j7+L9r5LuWDi2ZlW
+ annex-gcrypt = true
+ annex-uuid = 949a8fc3-6334-5f5e-887d-b1e5725ea443
+ annex-sync = true
+ annex-cost = 250
+[remote \"rss\"]
+ url = rss:Music
+ fetch = +refs/heads/*:refs/remotes/rss/*
+ annex-uuid = 79ff3c20-fab3-44dd-88f7-cc1a41eb73d6
+ annex-sync = true
+ annex-cost = 200
+
+</pre>
+"""]]