aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-13 16:33:28 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-13 16:33:28 -0400
commit6ee240824ee19f2be3cb683f8c7a8f524b4fb00b (patch)
tree1c0437932f7641d7f738335d7109b5ba3b0795ff /doc
parent31b1360a70e2b5179557dce05630e935cb637033 (diff)
parent71bbf7126c1ede7adf6949692a8d0cb94756ba2a (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment13
-rw-r--r--doc/forum/Trouble_setting_up_public_repo_cloneable_from_a_web_site.mdwn35
-rw-r--r--doc/forum/recover_deleted_files___63__/comment_6_b6614dddceba94c94179572a8f59ee80._comment9
3 files changed, 57 insertions, 0 deletions
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 000000000..892eb6b72
--- /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 000000000..3c81f6ec9
--- /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/
+ <html>
+ <head><title>Index of /annex/.git/</title></head>
+ <body bgcolor="white">
+ <h1>Index of /annex/.git/</h1><hr><pre><a href="../">../</a>
+ <a href="annex/">annex/</a> 12-Mar-2017 17:42 -
+ <a href="branches/">branches/</a> 12-Mar-2017 17:38 -
+ <a href="hooks/">hooks/</a> 12-Mar-2017 17:38 -
+ <a href="info/">info/</a> 12-Mar-2017 17:38 -
+ <a href="logs/">logs/</a> 12-Mar-2017 17:38 -
+ <a href="objects/">objects/</a> 12-Mar-2017 17:40 -
+ <a href="refs/">refs/</a> 12-Mar-2017 17:38 -
+ <a href="HEAD">HEAD</a> 12-Mar-2017 17:39 23
+ <a href="config">config</a> 12-Mar-2017 17:40 269
+ <a href="description">description</a> 12-Mar-2017 17:38 73
+ <a href="index">index</a> 12-Mar-2017 17:41 1200
+ </pre><hr></body>
+ </html>
+
+However, when I try to clone it to simulate what I expect people to do, I get:
+
+ $ git clone https://exmaple.com/annex/.git
+ Cloning into 'annex...
+ fatal: repository 'https://example.com/annex/.git/' not found
+
+I've configured with `git config core.sharedrepository world` and `git config
+receive.denyCurrentBranch updateInstead`, but it doesn't seem to be working as I
+can't clone the repository over https.
diff --git a/doc/forum/recover_deleted_files___63__/comment_6_b6614dddceba94c94179572a8f59ee80._comment b/doc/forum/recover_deleted_files___63__/comment_6_b6614dddceba94c94179572a8f59ee80._comment
new file mode 100644
index 000000000..0806fc4c1
--- /dev/null
+++ b/doc/forum/recover_deleted_files___63__/comment_6_b6614dddceba94c94179572a8f59ee80._comment
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="hobbie123"
+ avatar="http://cdn.libravatar.org/avatar/757597b9cb81748641d047835128e96c"
+ subject="windows password "
+ date="2017-03-13T06:28:14Z"
+ content="""
+<a href=\"http://www.passwordmanagers.net/resources/Necessary-Softwares-for-Work-and-Life-6.html\">Password Manager</a>
+is a free manager for XP and windows password issues and it works as good as can be expected. In addition,the main thing is to stop using the external hard disk until you use this tool, and avoid writing any files to it.
+"""]]