summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_does_nothing_useful/comment_4_8b3a37225847fd836c84524c5224fc59._comment
blob: f798c5e84b658db181236f0553e464d635aad59c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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)


"""]]