Added a comment

This commit is contained in:
kdm9 2022-09-27 17:49:53 +00:00 committed by admin
parent 27a9489ef3
commit 518b89eb96

View file

@ -0,0 +1,24 @@
[[!comment format=mdwn
username="kdm9"
avatar="http://cdn.libravatar.org/avatar/b7b736335a0e9944a8169a582eb4c43d"
subject="comment 1"
date="2022-09-27T17:49:53Z"
content="""
(many apologies, I buggered up the markdown formatting of the following section. Fixed below)
### What steps will reproduce the problem?
(approximately)
```
git init && git annex init --version 10
(add some large file, commit)
git annex sync
git status # hangs forever
git annex status # hangs forever
git annex info # actually works, and produces typical output
git diff path/to/normal-file.txt # also hangs
git annex version # actually works, and produces typical output
```
"""]]