summaryrefslogtreecommitdiff
path: root/doc/bugs/Unnecessary_remote_transfers/comment_2_2e9992dbfceabd6df535a2770626de16._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Unnecessary_remote_transfers/comment_2_2e9992dbfceabd6df535a2770626de16._comment')
-rw-r--r--doc/bugs/Unnecessary_remote_transfers/comment_2_2e9992dbfceabd6df535a2770626de16._comment35
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/bugs/Unnecessary_remote_transfers/comment_2_2e9992dbfceabd6df535a2770626de16._comment b/doc/bugs/Unnecessary_remote_transfers/comment_2_2e9992dbfceabd6df535a2770626de16._comment
deleted file mode 100644
index cc0cb067e..000000000
--- a/doc/bugs/Unnecessary_remote_transfers/comment_2_2e9992dbfceabd6df535a2770626de16._comment
+++ /dev/null
@@ -1,35 +0,0 @@
-[[!comment format=mdwn
- username="https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU"
- nickname="Adam"
- subject="comment 2"
- date="2013-11-02T22:48:18Z"
- content="""
-The webapp has the remote repo at the bottom of the list. But here's .git/config. It has a high repo cost for the local paired repo, and no cost listed for the remote one:
-
-[[!format sh \"\"\"
-[core]
- repositoryformatversion = 0
- filemode = true
- bare = false
- logallrefupdates = true
-[annex]
- uuid = 946f9095-588b-4421-b66a-4a1e5632ff6b
- version = 3
- direct = true
- diskreserve = 1 megabyte
- numcopies = 1
- debug = false
-[gc]
- auto = 0
-[remote \"Onyx\"]
- url = ssh://me@git-annex-Onyx.local-me_annex/~/annex/
- annex-uuid = 80709bc2-3cbe-434b-b7b9-306278b9a4e9
- annex-cost = 125.0
- fetch = +refs/heads/*:refs/remotes/Onyx/*
-[remote \"Remote\"]
- annex-rsyncurl = username@git-annex-example.net-username_annex:annex/
- annex-uuid = 33930bae-63d2-4a52-b330-58872aaeb1bf
- fetch =
- annex-sync = true
-\"\"\"]]
-"""]]