From f39db41d20acc5ddd81a930e6425fb91ae223357 Mon Sep 17 00:00:00 2001 From: "michael.hanke@c60e12358aa3fc6060531bdead1f530ac4d582ec" Date: Sun, 18 Nov 2018 17:00:21 +0000 Subject: [PATCH] Added a comment: git annex init --version=6 leaves repo dirty --- ...t_14_cfab68df294195498fe71daa376e9f68._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/Too_difficult_if_not_impossible_to_explicitly_add__47__keep_file_under_git___40__not_annex__41___in_v6_without_employing_.gitattributes/comment_14_cfab68df294195498fe71daa376e9f68._comment diff --git a/doc/bugs/Too_difficult_if_not_impossible_to_explicitly_add__47__keep_file_under_git___40__not_annex__41___in_v6_without_employing_.gitattributes/comment_14_cfab68df294195498fe71daa376e9f68._comment b/doc/bugs/Too_difficult_if_not_impossible_to_explicitly_add__47__keep_file_under_git___40__not_annex__41___in_v6_without_employing_.gitattributes/comment_14_cfab68df294195498fe71daa376e9f68._comment new file mode 100644 index 0000000000..1cb3327c50 --- /dev/null +++ b/doc/bugs/Too_difficult_if_not_impossible_to_explicitly_add__47__keep_file_under_git___40__not_annex__41___in_v6_without_employing_.gitattributes/comment_14_cfab68df294195498fe71daa376e9f68._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="michael.hanke@c60e12358aa3fc6060531bdead1f530ac4d582ec" + nickname="michael.hanke" + avatar="http://cdn.libravatar.org/avatar/f881df265a423e4f24eff27c623148fd" + subject="git annex init --version=6 leaves repo dirty" + date="2018-11-18T17:00:21Z" + content=""" +With this command in an empty directory, I can more or less reliably cause the issue to happen (again) + +`sudo rm -rf .git .datalad .gitattributes * ; git clone https://github.com/datalad/testrepo--minimalds.git . && git annex init --version=6; git status` + +using 6.20181011+git124-g94aa0e2f6-1~ndall+1 or 6.20180913-1 + +Full story is here: [#datalad/2998](https://github.com/datalad/datalad/issues/2998) +"""]]