From d5ef7fec71318c8fb11dd665f7e5af356d3cc4bf Mon Sep 17 00:00:00 2001 From: "git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f" Date: Wed, 20 Nov 2019 20:11:17 +0000 Subject: [PATCH] removed --- ..._379ff2e840514a3b4f4a426e2aae4a9a._comment | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 doc/forum/Issues_with_webapp___47___assistant_and_gitlab_as_a_metadata_only_repo/comment_4_379ff2e840514a3b4f4a426e2aae4a9a._comment diff --git a/doc/forum/Issues_with_webapp___47___assistant_and_gitlab_as_a_metadata_only_repo/comment_4_379ff2e840514a3b4f4a426e2aae4a9a._comment b/doc/forum/Issues_with_webapp___47___assistant_and_gitlab_as_a_metadata_only_repo/comment_4_379ff2e840514a3b4f4a426e2aae4a9a._comment deleted file mode 100644 index 95c51e5c97..0000000000 --- a/doc/forum/Issues_with_webapp___47___assistant_and_gitlab_as_a_metadata_only_repo/comment_4_379ff2e840514a3b4f4a426e2aae4a9a._comment +++ /dev/null @@ -1,24 +0,0 @@ -[[!comment format=mdwn - username="git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f" - nickname="git-annex" - avatar="http://cdn.libravatar.org/avatar/66e5c6e044d726597ce5a0ad68f86fe4" - subject="git add or git commit does not trigger assistant, but git rm does" - date="2019-11-20T01:37:41Z" - content=""" -More diagnostics on this one.. - -I create a file that is below the size threshold for annex, but I do have a gitlab upstream. - -1) echo \"foo\" > foo - Assistant (or webapp) does not fire -2) git add foo - Assistant/webapp does not fire -3) git commit -am \"random testing\" - assistant does not fire -4) git annex sync - foo ends up in gitlab - -I remove a file - -1) git rm foo - Assistant fires and file is removed from gitlab - -Is this the expected behavior? If so, why does a git rm trigger annex assistant/webapp, but a git add does not? - - -"""]]