From 72c15a5cc92692d0bdf8f39501182e8ca3ae8642 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 8 Apr 2018 06:52:29 -0500 Subject: [PATCH] Add --no-track to mfnew git script --- buildroot/share/git/mfnew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/share/git/mfnew b/buildroot/share/git/mfnew index 0fb869435a..a33c3f081a 100755 --- a/buildroot/share/git/mfnew +++ b/buildroot/share/git/mfnew @@ -31,4 +31,4 @@ case "$#" in esac git fetch upstream -git checkout upstream/$TARG -b $BRANCH +git checkout --no-track upstream/$TARG -b $BRANCH