From 4d297dd56220f759e44218d47c1e6f1e24be034c Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 8 Apr 2018 06:51:30 -0500 Subject: [PATCH] Add --no-track in 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 0fb869435..a33c3f081 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