Added a comment: cannot reproduce
This commit is contained in:
parent
b566ef839e
commit
d23c281856
1 changed files with 44 additions and 0 deletions
|
@ -0,0 +1,44 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="akspecs@fae4f3d58a0c6c9d50f01a850ce53d425e1a90ba"
|
||||||
|
nickname="akspecs"
|
||||||
|
avatar="http://cdn.libravatar.org/avatar/43d7148aaa9adf3a40c42e3388123326"
|
||||||
|
subject="cannot reproduce"
|
||||||
|
date="2022-07-19T12:53:45Z"
|
||||||
|
content="""
|
||||||
|
```
|
||||||
|
$ pacman -Q git-annex
|
||||||
|
git-annex 10.20220624-14
|
||||||
|
|
||||||
|
$ git annex version
|
||||||
|
git-annex version: 10.20220624-g17e4081d4
|
||||||
|
...
|
||||||
|
|
||||||
|
$ git --version
|
||||||
|
git version 2.37.1
|
||||||
|
|
||||||
|
$ mkdir annex_test
|
||||||
|
$ cd annex_test
|
||||||
|
$ git init
|
||||||
|
Initialized empty Git repository in /tmp/annex_test/.git/
|
||||||
|
|
||||||
|
$ git annex init test
|
||||||
|
init test ok
|
||||||
|
(recording state in git...)
|
||||||
|
|
||||||
|
$ git annex info
|
||||||
|
trusted repositories: 0
|
||||||
|
semitrusted repositories: 3
|
||||||
|
00000000-0000-0000-0000-000000000001 -- web
|
||||||
|
00000000-0000-0000-0000-000000000002 -- bittorrent
|
||||||
|
83b33af6-29d2-4568-aa96-f7ef94667784 -- test [here]
|
||||||
|
untrusted repositories: 0
|
||||||
|
transfers in progress: none
|
||||||
|
available local disk space: 8.23 gigabytes (+1 megabyte reserved)
|
||||||
|
local annex keys: 0
|
||||||
|
local annex size: 0 bytes
|
||||||
|
annexed files in working tree: 0
|
||||||
|
size of annexed files in working tree: 0 bytes
|
||||||
|
bloom filter size: 32 mebibytes (0% full)
|
||||||
|
backend usage:
|
||||||
|
```
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue