From 1bdd04210f2ef4a0cb3b87a915a6db29dfe51636 Mon Sep 17 00:00:00 2001 From: "http://joey.kitenet.net/" Date: Mon, 2 Jan 2012 16:27:55 +0000 Subject: [PATCH 1/2] Added a comment --- .../comment_9_28418635a6ed7231b89e02211cd3c236._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/tips/using_gitolite_with_git-annex/comment_9_28418635a6ed7231b89e02211cd3c236._comment 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 0000000000..fc297ff175 --- /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. +"""]] From b7f0f9cd0ce12ad9320c5f7e9766838a4d92442e Mon Sep 17 00:00:00 2001 From: Nicolas Pouillard Date: Mon, 2 Jan 2012 18:35:38 +0100 Subject: [PATCH 2/2] Add specific instructions for ArchLinux --- doc/install.mdwn | 1 + doc/install/ArchLinux.mdwn | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 doc/install/ArchLinux.mdwn diff --git a/doc/install.mdwn b/doc/install.mdwn index ceaa3544fb..3e89c67758 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -6,6 +6,7 @@ * [[Fedora]] * [[FreeBSD]] * [[openSUSE]] +* [[ArchLinux]] ## Using cabal diff --git a/doc/install/ArchLinux.mdwn b/doc/install/ArchLinux.mdwn new file mode 100644 index 0000000000..e531fc968e --- /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: + +
+$ yaourt -Sy git-annex
+