From d8a874907b022bca5a0f2c71b730b4f4a24e103c Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 11 Sep 2012 16:43:55 +0200 Subject: Add username to git URLs --- mrmovein | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mrmovein') diff --git a/mrmovein b/mrmovein index 658c33d..eb1f68f 100755 --- a/mrmovein +++ b/mrmovein @@ -11,7 +11,8 @@ set -eu -GIT_SERVER=ssh://git.distanz.ch +GIT_USER=tklauser +GIT_SERVER=ssh://$GIT_USER@git.distanz.ch GIT_REPOS='srv/git/git.distanz.ch' MR_CODE=$HOME/src/mr MR_REPO_URL=$GIT_SERVER/$GIT_REPOS/mr.git -- cgit v1.2.3-54-g00ecf