summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmrmovein3
1 files changed, 2 insertions, 1 deletions
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
ons
that's the bulk of filesystem drivers dealing with inodes of their own Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/freevxfs')