summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0 <Ben@web>2012-07-10 01:37:33 +0000
committerGravatar admin <admin@branchable.com>2012-07-10 01:37:33 +0000
commitf32dc34f67c202b9c63b6afb72a247d1a70f2270 (patch)
treeebfc18c3612e5eb447050c1d7450cff356bc0f20
parent8b75311b6d1738cfacc040aa49459aa51f73efac (diff)
Added a comment
-rw-r--r--doc/bugs/git_annex_does_nothing_useful/comment_4_8b3a37225847fd836c84524c5224fc59._comment46
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_does_nothing_useful/comment_4_8b3a37225847fd836c84524c5224fc59._comment b/doc/bugs/git_annex_does_nothing_useful/comment_4_8b3a37225847fd836c84524c5224fc59._comment
new file mode 100644
index 000000000..f798c5e84
--- /dev/null
+++ b/doc/bugs/git_annex_does_nothing_useful/comment_4_8b3a37225847fd836c84524c5224fc59._comment
@@ -0,0 +1,46 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0"
+ nickname="Ben"
+ subject="comment 4"
+ date="2012-07-10T01:37:33Z"
+ content="""
+$ git annex status
+supported backends: SHA256 SHA1 SHA512 SHA224 SHA384 SHA256E SHA1E SHA512E SHA224E SHA384E WORM URL
+supported remote types: git S3 bup directory rsync web hook
+trusted repositories: 0
+semitrusted repositories: 3
+ 00000000-0000-0000-0000-000000000001 -- web
+ 02e4ea72-a77c-11e1-bbd7-0749b04e4b59 -- goldnerlab (Data for Goldner)
+ 3c1fd026-c794-11e1-8ebb-dbe8684e8a73 -- here
+untrusted repositories: 0
+dead repositories: 0
+transfers in progress: none
+available local disk space: 16 gigabytes (+1 megabyte reserved)
+local annex keys: 0
+local annex size: 0 bytes
+known annex keys: 0
+known annex size: 0 bytes
+bloom filter size: 16 mebibytes (0% full)
+backend usage:
+$ git remote
+goldnerlab
+$ git remote show goldnerlab
+* remote goldnerlab
+ Fetch URL: goldnerlab:data
+ Push URL: goldnerlab:data
+ HEAD branch (remote HEAD is ambiguous, may be one of the following):
+ master
+ synced/master
+ Remote branches:
+ git-annex tracked
+ master tracked
+ synced/master tracked
+ Local branch configured for 'git pull':
+ master merges with remote master
+ Local refs configured for 'git push':
+ git-annex pushes to git-annex (up to date)
+ master pushes to master (up to date)
+ synced/master pushes to synced/master (up to date)
+
+
+"""]]