From: martin f. krafft Date: Mon, 22 Apr 2013 20:17:19 +0000 (+0200) Subject: merge mr config snippets into vcsh config tree X-Git-Url: https://git.madduck.net/etc/myrepos.git/commitdiff_plain/e6201fd150d87ba56e33f98f3c1c84314bedc112?ds=sidebyside merge mr config snippets into vcsh config tree --- diff --git a/.config/mr/available.d/git.vcsh b/.config/mr/available.d/git.vcsh index ff6a121..922353b 100644 --- a/.config/mr/available.d/git.vcsh +++ b/.config/mr/available.d/git.vcsh @@ -1,3 +1,3 @@ -[$HOME/.config/vcsh/repo.d/git.git] +[repo.d/git.git] checkout = vcsh clone ssh://git.madduck.net/madduck/pub/etc/git.git post_checkout = vcsh run git git config remote.origin.url madduck:pub/etc/git.git diff --git a/.config/mr/available.d/mr.vcsh b/.config/mr/available.d/mr.vcsh index e61355f..d285786 100644 --- a/.config/mr/available.d/mr.vcsh +++ b/.config/mr/available.d/mr.vcsh @@ -1,2 +1,2 @@ -[$HOME/.config/vcsh/repo.d/mr.git] +[repo.d/mr.git] checkout = vcsh clone madduck:pub/etc/mr.git diff --git a/.config/mr/available.d/ssh.git b/.config/mr/available.d/ssh.git index 601c11d..0dbce4d 100644 --- a/.config/mr/available.d/ssh.git +++ b/.config/mr/available.d/ssh.git @@ -1,4 +1,4 @@ -[$HOME/.config/vcsh/repo.d/ssh.git] +[repo.d/ssh.git] checkout = vcsh clone madduck:pub/etc/ssh.git post_checkout = for i in rewrite merge; do ln -rs $MR_REPO/../../hooks-available/ssh.post-run+enter $MR_REPO/hooks/post-$i; done fixups = $MR_REPO/../../hooks-available/ssh.post-run+enter diff --git a/.config/mr/available.d/vim.git b/.config/mr/available.d/vim.git index eedb768..86144ac 100644 --- a/.config/mr/available.d/vim.git +++ b/.config/mr/available.d/vim.git @@ -1,2 +1,2 @@ -[$HOME/.config/vcsh/repo.d/vim.git] +[repo.d/vim.git] checkout = vcsh clone madduck:pub/etc/vim.git diff --git a/.config/mr/available.d/zsh.git b/.config/mr/available.d/zsh.git index 449f20b..58ffa9c 100644 --- a/.config/mr/available.d/zsh.git +++ b/.config/mr/available.d/zsh.git @@ -1,2 +1,2 @@ -[$HOME/.config/vcsh/repo.d/zsh.git] +[repo.d/zsh.git] checkout = vcsh clone madduck:pub/etc/zsh.git