diff --git a/doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment b/doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment new file mode 100644 index 0000000000..892eb6b728 --- /dev/null +++ b/doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="Michel" + avatar="http://cdn.libravatar.org/avatar/cf9fdab9aa34af56f769bf584c8e7011" + subject="Solution" + date="2017-03-11T00:44:18Z" + content=""" +I found a relatively simple solution by setting the following in .gitattributes: + +``` +* annex.largefiles=(largerthan=0kb) +``` + +"""]] diff --git a/doc/forum/Trouble_setting_up_public_repo_cloneable_from_a_web_site.mdwn b/doc/forum/Trouble_setting_up_public_repo_cloneable_from_a_web_site.mdwn new file mode 100644 index 0000000000..3c81f6ec94 --- /dev/null +++ b/doc/forum/Trouble_setting_up_public_repo_cloneable_from_a_web_site.mdwn @@ -0,0 +1,35 @@ +I'm trying to set up a public repository that is cloneable from my web site, +similar to what is mentioned at +https://git-annex.branchable.com/tips/setup_a_public_repository_on_a_web_site/ + +I've got a repo from my laptop that I can push to my web server, and I can list +the contents of the `.git` directory: + + $ curl https://example.com/annex/.git/ + +
../ + annex/ 12-Mar-2017 17:42 - + branches/ 12-Mar-2017 17:38 - + hooks/ 12-Mar-2017 17:38 - + info/ 12-Mar-2017 17:38 - + logs/ 12-Mar-2017 17:38 - + objects/ 12-Mar-2017 17:40 - + refs/ 12-Mar-2017 17:38 - + HEAD 12-Mar-2017 17:39 23 + config 12-Mar-2017 17:40 269 + description 12-Mar-2017 17:38 73 + index 12-Mar-2017 17:41 1200 +