From 277ad51876e29f897676704e4e2620c96501e2e3 Mon Sep 17 00:00:00 2001 From: anarcat Date: Wed, 8 Feb 2023 15:38:03 +0000 Subject: [PATCH] Added a comment --- ...t_2_0be32bc80e98c0e10b2eb949b20b18dc._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/cannot_ungroup_a_repository/comment_2_0be32bc80e98c0e10b2eb949b20b18dc._comment diff --git a/doc/bugs/cannot_ungroup_a_repository/comment_2_0be32bc80e98c0e10b2eb949b20b18dc._comment b/doc/bugs/cannot_ungroup_a_repository/comment_2_0be32bc80e98c0e10b2eb949b20b18dc._comment new file mode 100644 index 0000000000..c20293c4df --- /dev/null +++ b/doc/bugs/cannot_ungroup_a_repository/comment_2_0be32bc80e98c0e10b2eb949b20b18dc._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="anarcat" + avatar="http://cdn.libravatar.org/avatar/4ad594c1e13211c1ad9edb81ce5110b7" + subject="comment 2" + date="2023-02-08T15:38:03Z" + content=""" +I'm sorry to say that the error went away after attaching a strace to it: + +``` +anarcat@angela:video$ strace -o log -e execve git annex ungroup . transfer +ungroup . ok +(recording state in git...) +``` + +no idea wtf happened here, but i guess we can call this [[done]]? next time i'll try strace, sorry, i should have thought of it the first time. +"""]]