summaryrefslogtreecommitdiff
path: root/doc/special_remotes/ipfs
diff options
context:
space:
mode:
authorGravatar rob.syme@92895c98b16fd7a88bed5f10913c522ebfd76c31 <robsyme@web>2015-05-26 04:55:32 +0000
committerGravatar admin <admin@branchable.com>2015-05-26 04:55:32 +0000
commit92e5e00b91b7283e358ce94befb469b0c283a2d1 (patch)
treeffee3bc37b20390c774ed14f3bc11afe7b4626f2 /doc/special_remotes/ipfs
parentf8da8116ec48926ad11a33e0726228980b9229e0 (diff)
Added a comment: Finding IPFS hash
Diffstat (limited to 'doc/special_remotes/ipfs')
-rw-r--r--doc/special_remotes/ipfs/comment_2_564271a8660d7bbade6e4ed396fcfb57._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/special_remotes/ipfs/comment_2_564271a8660d7bbade6e4ed396fcfb57._comment b/doc/special_remotes/ipfs/comment_2_564271a8660d7bbade6e4ed396fcfb57._comment
new file mode 100644
index 000000000..426c21cb3
--- /dev/null
+++ b/doc/special_remotes/ipfs/comment_2_564271a8660d7bbade6e4ed396fcfb57._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="rob.syme@92895c98b16fd7a88bed5f10913c522ebfd76c31"
+ nickname="rob.syme"
+ subject="Finding IPFS hash"
+ date="2015-05-26T04:55:32Z"
+ content="""
+I'm using git-annex version: 5.20150522-gb199d65
+
+The example above gives the ipfs hash for the file, but when I run whereis, the hash is not reported:
+
+ $ git annex whereis test.txt
+ whereis test.txt (2 copies)
+ 1bd0f840-2247-4888-9237-596515788671 -- rob@rob-G60JX:/tmp/gitannextest [here]
+ adf361b3-7b1a-43e1-8360-937f7e436e90 -- [ipfs]
+ ok
+
+Is there a way for git-annex to report the file's ipfs hash ID?
+"""]]