From 9a29eba1f9bbabaf351f503857b34949cc8f4b0c Mon Sep 17 00:00:00 2001 From: "mike@2d6d71f56ce2a992244350475251df87c26fe351" Date: Wed, 20 Jan 2021 15:41:50 +0000 Subject: [PATCH] Added a comment --- ..._864988b3ebc11ea9e92c55ee765d6d5c._comment | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/bugs/warning__58___unable_to_convert_submodule_to_form_that_/comment_4_864988b3ebc11ea9e92c55ee765d6d5c._comment diff --git a/doc/bugs/warning__58___unable_to_convert_submodule_to_form_that_/comment_4_864988b3ebc11ea9e92c55ee765d6d5c._comment b/doc/bugs/warning__58___unable_to_convert_submodule_to_form_that_/comment_4_864988b3ebc11ea9e92c55ee765d6d5c._comment new file mode 100644 index 0000000000..3f403db0dd --- /dev/null +++ b/doc/bugs/warning__58___unable_to_convert_submodule_to_form_that_/comment_4_864988b3ebc11ea9e92c55ee765d6d5c._comment @@ -0,0 +1,27 @@ +[[!comment format=mdwn + username="mike@2d6d71f56ce2a992244350475251df87c26fe351" + nickname="mike" + avatar="http://cdn.libravatar.org/avatar/183fa439752e2f0c6f39ede658d81050" + subject="comment 4" + date="2021-01-20T15:41:50Z" + content=""" +For some reason, I couldn't reproduce it easily using `git annex add` on my F32 workstation, but I got it on a `git annex get`: + +``` +% git annex get model_strukturerkennung.h5 +get model_strukturerkennung.h5 (from qurator-box...) +(checksum...) ok +(recording state in git...) +warning: unable to convert submodule to form that will work with git-annex: unset core.worktree failed +CallStack (from HasCallStack): + error, called at ./Annex/Fixup.hs:119:24 in main:Annex.Fixup +% ls -ld ../.git +lrwxrwxrwx. 1 mike mike 53 Nov 16 17:31 ../.git -> ../../../.git/modules/experiments/ocr-evaluation/data + + +% git config --unset core.worktree; echo $? +5 +% git config --get core.worktree; echo $? +1 +``` +"""]]