From a1327779a93f060a94a54b3818e33b17b5d83d9c Mon Sep 17 00:00:00 2001 From: "emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2" Date: Thu, 13 Sep 2018 14:56:51 +0000 Subject: [PATCH 1/2] Added a comment --- ..._71d7a08600dcba07dd895ddf6ad1331a._comment | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/forum/Why_git_commit_fails_from_within_a_newly_git-annexed_subdir__63__/comment_6_71d7a08600dcba07dd895ddf6ad1331a._comment diff --git a/doc/forum/Why_git_commit_fails_from_within_a_newly_git-annexed_subdir__63__/comment_6_71d7a08600dcba07dd895ddf6ad1331a._comment b/doc/forum/Why_git_commit_fails_from_within_a_newly_git-annexed_subdir__63__/comment_6_71d7a08600dcba07dd895ddf6ad1331a._comment new file mode 100644 index 0000000000..83a38e2227 --- /dev/null +++ b/doc/forum/Why_git_commit_fails_from_within_a_newly_git-annexed_subdir__63__/comment_6_71d7a08600dcba07dd895ddf6ad1331a._comment @@ -0,0 +1,29 @@ +[[!comment format=mdwn + username="emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2" + nickname="emanuele.olivetti" + avatar="http://cdn.libravatar.org/avatar/f51cc5c6c3a0eb28faa6491c3cbcfcce" + subject="comment 6" + date="2018-09-13T14:56:51Z" + content=""" +My mistake. The last Linux standalone version, 6.20180807-g48d11a5df, works correctly and does not show the issue anymore: + + $ mkdir annex + $ cd annex + $ git init + Initialized empty Git repository in /tmp/annex/.git/ + $ git annex init + init ok + (recording state in git...) + $ mkdir a + $ cd a + $ echo foo > bar + $ git annex add bar + add bar ok + (recording state in git...) + $ git commit -m \"bar added\" + [master (root-commit) 4cf38d9] bar added + 1 file changed, 1 insertion(+) + create mode 120000 a/bar + +Thank you for fixing the issue and thanks again for git-annex! +"""]] From 5fec95adbb6be2f1dc6a7469d11c39aa4d82dc84 Mon Sep 17 00:00:00 2001 From: yonkers Date: Thu, 13 Sep 2018 17:50:08 +0000 Subject: [PATCH 2/2] git annex list whereis slow when 1 repo offline (dir from esata) --- doc/forum/when_repo_offline_list_whereis_slow.mdwn | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/forum/when_repo_offline_list_whereis_slow.mdwn diff --git a/doc/forum/when_repo_offline_list_whereis_slow.mdwn b/doc/forum/when_repo_offline_list_whereis_slow.mdwn new file mode 100644 index 0000000000..0a8dfe66bc --- /dev/null +++ b/doc/forum/when_repo_offline_list_whereis_slow.mdwn @@ -0,0 +1,2 @@ +All is well except for when a repo is offline, everything becomes slow, git annex list, whereis... +Tried to google find in site but can't find it.