From b67e101e5cab6f04333848eb67e83451d8af11f1 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Mon, 25 Jan 2010 11:37:02 +1300 Subject: [PATCH] fixed newline handling in newfgits --- bin/newfgits | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/newfgits b/bin/newfgits index f895f8c..c5746ca 100755 --- a/bin/newfgits +++ b/bin/newfgits @@ -29,8 +29,7 @@ GIT_DIR=~/.fgits/$REPO.git git init --bare && cd .fgits/$REPO.git \ ssh $GITSERVER "GIT_DIR=$GITPATH/$REPO.git git init-db" -echo " -[.fgits/$REPO.git] +echo "[.fgits/$REPO.git] checkout = git_fake_bare_checkout 'ssh://$GITSERVER$GITPATH/$REPO.git' '$REPO.git' '../../' " >> ~/.mrconfig -- 2.39.5