From 30b1e7cb34fce01e88f8ad75418813fd710de20f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Sep 2018 14:42:37 -0400 Subject: [PATCH] followup --- ...t_4_40e9a5b641200c92725df31a654b6a05._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/v6_-_under_subdir__58___git_add___34__whines__34____44___git_commit___34__blows__34__/comment_4_40e9a5b641200c92725df31a654b6a05._comment diff --git a/doc/bugs/v6_-_under_subdir__58___git_add___34__whines__34____44___git_commit___34__blows__34__/comment_4_40e9a5b641200c92725df31a654b6a05._comment b/doc/bugs/v6_-_under_subdir__58___git_add___34__whines__34____44___git_commit___34__blows__34__/comment_4_40e9a5b641200c92725df31a654b6a05._comment new file mode 100644 index 0000000000..c5813f3899 --- /dev/null +++ b/doc/bugs/v6_-_under_subdir__58___git_add___34__whines__34____44___git_commit___34__blows__34__/comment_4_40e9a5b641200c92725df31a654b6a05._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2018-09-11T18:33:22Z" + content=""" +Reproduced in a debian stable chroot with current git-annex in it. + + root@darkstar:/tmp# mkdir repo; cd repo; git init; git annex init; git annex upgrade; git config filter.annex.clean 'bash -c "set | grep GIT_ >&2; pwd >&2; git-annex smudge --clean %f"' ; mkdir -p subdir; cd subdir; touch file; git add file + ... + GIT_DIR=.git + GIT_PREFIX=subdir/ + /tmp/repo + git-annex: git: createProcess: runInteractiveProcess: chdir: does not exist (No such file or directory) + +Verifies my theory. +"""]]