From 3d8e52841788c0f5eefbb8d3e9768d4dcbfe6644 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Mon, 21 Feb 2011 15:44:07 +0100 Subject: [PATCH] Added no printing info about untracked files to newfgits --- bin/newfgits | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/newfgits b/bin/newfgits index c5746ca..f3caa1d 100755 --- a/bin/newfgits +++ b/bin/newfgits @@ -25,7 +25,9 @@ GITPATH=$GITPATH/$SUBPATH GIT_DIR=~/.fgits/$REPO.git git init --bare && cd .fgits/$REPO.git \ && git remote add origin ssh://$GITSERVER$GITPATH/$REPO.git \ && git config core.bare false && git config core.worktree ../../ \ - && git config branch.master.remote origin && git config branch.master.merge refs/heads/master + && git config branch.master.remote origin && git config branch.master.merge refs/heads/master \ + && git config status.showUntrackedFiles no + ssh $GITSERVER "GIT_DIR=$GITPATH/$REPO.git git init-db" -- 2.39.5