From 1d58c62da873419c5dc071c3bb965446886335a5 Mon Sep 17 00:00:00 2001 From: goglu6 Date: Fri, 17 Jan 2025 05:13:55 +0000 Subject: [PATCH] --- doc/bugs/Unlock_filter_seems_to_deadlock_for_huge_worktree.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bugs/Unlock_filter_seems_to_deadlock_for_huge_worktree.mdwn b/doc/bugs/Unlock_filter_seems_to_deadlock_for_huge_worktree.mdwn index 40b1994e6a..4a5022d67f 100644 --- a/doc/bugs/Unlock_filter_seems_to_deadlock_for_huge_worktree.mdwn +++ b/doc/bugs/Unlock_filter_seems_to_deadlock_for_huge_worktree.mdwn @@ -27,7 +27,7 @@ Here is a minimum set of bash commands that generate the deadlock on my end: # This will get stuck after around ~10000-20000 processes from Utility.Process in the debug log while the git annex thaws files into unlocked files # The deadlock seems to happens after outputing the start of a new thawing, ctrl-c seems to be the only end state for this - git adjust --unlock --debug + git annex adjust --unlock --debug ### What version of git-annex are you using? On what operating system?