From 518b89eb9640048601e5c4a22be039c6765d31da Mon Sep 17 00:00:00 2001 From: kdm9 Date: Tue, 27 Sep 2022 17:49:53 +0000 Subject: [PATCH] Added a comment --- ..._be44453dee893cc99759f90e660c0a66._comment | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_1_be44453dee893cc99759f90e660c0a66._comment diff --git a/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_1_be44453dee893cc99759f90e660c0a66._comment b/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_1_be44453dee893cc99759f90e660c0a66._comment new file mode 100644 index 0000000000..91d49307d8 --- /dev/null +++ b/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_1_be44453dee893cc99759f90e660c0a66._comment @@ -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 +``` + +"""]] -- 2.30.2