From cb36f9d1509ac1cecc703f177fcbef932d814b04 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 16 Apr 2013 18:39:30 +0000 Subject: [PATCH 1/4] Added a comment --- ...nt_8_8623220d08b1a72ed8b669a2d9cc0f75._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/The_assistant_hangs_forever/comment_8_8623220d08b1a72ed8b669a2d9cc0f75._comment diff --git a/doc/bugs/The_assistant_hangs_forever/comment_8_8623220d08b1a72ed8b669a2d9cc0f75._comment b/doc/bugs/The_assistant_hangs_forever/comment_8_8623220d08b1a72ed8b669a2d9cc0f75._comment new file mode 100644 index 0000000000..cc275eb2ce --- /dev/null +++ b/doc/bugs/The_assistant_hangs_forever/comment_8_8623220d08b1a72ed8b669a2d9cc0f75._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 8" + date="2013-04-16T18:39:30Z" + content=""" +Switching repositories uses curl to discover when the other daemon has started. If you installed , it will use the curl binary provided by your distribution. It looks like yours is broken. + +> \"I have describe one problem but they are many, so it does not take long to realize that the apps is not working properly.\" + +Yes, that's the real problem, isn't it? +takes the binary built for the standalone tarball and dumps it into a filesystem without any of its support libraries, and just hopes it works. It's not at all surpising that it continually fails to work. Which is causing bug report noise that takes away from my time working on actual improvements to git-annex. + +I'm sorry, but I cannot support that package. Use or install using cabal or use the standalone tarball. +"""]] From bede5d0122784dabbd5e12cef9e8789fd59b3d01 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 16 Apr 2013 19:04:34 +0000 Subject: [PATCH 2/4] Added a comment --- ...comment_2_b9f1bf9fa919603dca28182c80d39a11._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/assistant_hangs_during_commit/comment_2_b9f1bf9fa919603dca28182c80d39a11._comment diff --git a/doc/bugs/assistant_hangs_during_commit/comment_2_b9f1bf9fa919603dca28182c80d39a11._comment b/doc/bugs/assistant_hangs_during_commit/comment_2_b9f1bf9fa919603dca28182c80d39a11._comment new file mode 100644 index 0000000000..4f0a20a021 --- /dev/null +++ b/doc/bugs/assistant_hangs_during_commit/comment_2_b9f1bf9fa919603dca28182c80d39a11._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 2" + date="2013-04-16T19:04:34Z" + content=""" +Proving a commit message with -m, which git-annex already does, should be enough to prevent git opening an editor. You appear to have some broken version of git there if that is not the case. + +I see that you're using Arch. Where exactly did you download git-annex from? Have you tried the standalone tarball? +"""]] From 90f0c9c3e19d9cdc060106ef6fab0022ea1bef9e Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 16 Apr 2013 19:26:49 +0000 Subject: [PATCH 3/4] Added a comment --- .../comment_1_6722fd627ec4add9f2b16546bd8ef341._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not/comment_1_6722fd627ec4add9f2b16546bd8ef341._comment diff --git a/doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not/comment_1_6722fd627ec4add9f2b16546bd8ef341._comment b/doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not/comment_1_6722fd627ec4add9f2b16546bd8ef341._comment new file mode 100644 index 0000000000..fa80536601 --- /dev/null +++ b/doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not/comment_1_6722fd627ec4add9f2b16546bd8ef341._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-04-16T19:26:49Z" + content=""" +Please show me the full output of `git annex whereis`, and also the contents of `.git/config` +"""]] From 41bb2e55fd8508d21c33d063b61d468a71236a58 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 16 Apr 2013 20:16:51 +0000 Subject: [PATCH 4/4] Added a comment --- ...omment_3_d18b1fdc866edf2786d2c6b7ec55119f._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files/comment_3_d18b1fdc866edf2786d2c6b7ec55119f._comment diff --git a/doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files/comment_3_d18b1fdc866edf2786d2c6b7ec55119f._comment b/doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files/comment_3_d18b1fdc866edf2786d2c6b7ec55119f._comment new file mode 100644 index 0000000000..a7b2b38da4 --- /dev/null +++ b/doc/bugs/git_annex_fsck_in_direct_mode_does_not_checksum_files/comment_3_d18b1fdc866edf2786d2c6b7ec55119f._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 3" + date="2013-04-16T20:16:51Z" + content=""" +Thanks for digging that up! + +I'd forgotten I finessed the problem that way.. And it looks like that patch was broken and never checked the right file. + +"""]]