summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-02 13:45:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-02 13:45:44 -0400
commit50ebfd265fca5271772ea35ed0aad834a8299298 (patch)
tree6204494b208804a4b159d2ef7946c37eb3823605
parent815fba3b39646775f1b3947c06da0acbfdd88500 (diff)
parentb7f0f9cd0ce12ad9320c5f7e9766838a4d92442e (diff)
Merge remote-tracking branch 'origin/master'
-rw-r--r--doc/install/ArchLinux.mdwn9
-rw-r--r--doc/tips/using_gitolite_with_git-annex/comment_9_28418635a6ed7231b89e02211cd3c236._comment8
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/install/ArchLinux.mdwn b/doc/install/ArchLinux.mdwn
new file mode 100644
index 000000000..e531fc968
--- /dev/null
+++ b/doc/install/ArchLinux.mdwn
@@ -0,0 +1,9 @@
+There is a non-official source package for git-annex in
+[AUR](https://aur.archlinux.org/packages.php?ID=44272).
+
+You can then build it yourself or use a wrapper for AUR
+such as yaourt:
+
+<pre>
+$ yaourt -Sy git-annex
+</pre>
diff --git a/doc/tips/using_gitolite_with_git-annex/comment_9_28418635a6ed7231b89e02211cd3c236._comment b/doc/tips/using_gitolite_with_git-annex/comment_9_28418635a6ed7231b89e02211cd3c236._comment
new file mode 100644
index 000000000..fc297ff17
--- /dev/null
+++ b/doc/tips/using_gitolite_with_git-annex/comment_9_28418635a6ed7231b89e02211cd3c236._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://joey.kitenet.net/"
+ nickname="joey"
+ subject="comment 9"
+ date="2012-01-02T16:27:55Z"
+ content="""
+Ah right. git-annex normalizes all git ssh style user@host:dir to valid uris, which is where the `/~/` comes from. I don't anticipate this changing on the git-annex side.
+"""]]