From c878196025e0fbcf3cd6d1349651a6361fb3c0c2 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Sat, 8 Dec 2012 21:57:37 +0000 Subject: [PATCH 1/3] Added a comment --- .../comment_2_0dd489b264374b7b1065b89e1ff7561b._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/External_drive_syncs_git-annex_branch_but_not_master_branch/comment_2_0dd489b264374b7b1065b89e1ff7561b._comment diff --git a/doc/forum/External_drive_syncs_git-annex_branch_but_not_master_branch/comment_2_0dd489b264374b7b1065b89e1ff7561b._comment b/doc/forum/External_drive_syncs_git-annex_branch_but_not_master_branch/comment_2_0dd489b264374b7b1065b89e1ff7561b._comment new file mode 100644 index 0000000000..d26707c224 --- /dev/null +++ b/doc/forum/External_drive_syncs_git-annex_branch_but_not_master_branch/comment_2_0dd489b264374b7b1065b89e1ff7561b._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="spwhitton" + ip="163.1.166.255" + subject="comment 2" + date="2012-12-08T21:57:37Z" + content=""" +It does, which is what one would have expected I guess, but I didn't look. Thanks so much. +"""]] From 22de28bc6b28865049ecdb15df67e0c596deadc7 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 9 Dec 2012 13:05:11 +0000 Subject: [PATCH 2/3] Added a comment: gadu 0.03 is up --- ...3_38296fef5a2dc5794c2dc09df676b8c1._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/forum/gadu_-_git-annex_disk_usage/comment_3_38296fef5a2dc5794c2dc09df676b8c1._comment diff --git a/doc/forum/gadu_-_git-annex_disk_usage/comment_3_38296fef5a2dc5794c2dc09df676b8c1._comment b/doc/forum/gadu_-_git-annex_disk_usage/comment_3_38296fef5a2dc5794c2dc09df676b8c1._comment new file mode 100644 index 0000000000..42e4f5a713 --- /dev/null +++ b/doc/forum/gadu_-_git-annex_disk_usage/comment_3_38296fef5a2dc5794c2dc09df676b8c1._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="Steve" + ip="92.104.175.136" + subject="gadu 0.03 is up" + date="2012-12-09T13:05:10Z" + content=""" +* 1K blocksize is now the default +* \".\" is now the default path +* implemented -B/--block-size option +* --help is no longer -h, it only has a long option like du +* implemented -h/--human-readable option + +du will take up to yottabytes for the --block-size option. I had been fudging the sizes with a size_t thinking 16 exabytes was plenty big enough for now, but since I was implementing --block-size I went ahead and converted everything to use the GNU MP. So libgmp is now a dependency. + +--human-readable probably doesn't have exactly the same output, but I think it is good enough. I tried to make the options work mostly the same as du from core-utils. Let me know if you find other discrepancies. + +I'll see about making the git tree available soon, but it may have to wait until next weekend. I may also look into a forum for the website, or a mailing list. +"""]] From c80452038df23532fc6b05730ce6ae34f28148b6 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawk3dZt8HylpdWM-cEpHkxiKobwOsSzEaMY" Date: Sun, 9 Dec 2012 14:44:54 +0000 Subject: [PATCH 3/3] --- doc/bugs/Proxy_support.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/Proxy_support.mdwn diff --git a/doc/bugs/Proxy_support.mdwn b/doc/bugs/Proxy_support.mdwn new file mode 100644 index 0000000000..d3ab3c6012 --- /dev/null +++ b/doc/bugs/Proxy_support.mdwn @@ -0,0 +1,18 @@ +What steps will reproduce the problem? + +Adding a e.g box.com repository from behind a http proxy via webapp. + +What is the expected output? What do you see instead? + +Connection should be made. But there is an error message: + +"Internal Server Error +connect: does not exist (Connection refused): user error" + +What version of git-annex are you using? On what operating system? + +3.20121127 on Archlinux + +Please provide any additional information below. + +I don't use networkmanager if proxy information is obtained from it. There should be a fallback to environment variables.