diff --git a/buildroot/share/git/mfnew b/buildroot/share/git/mfnew index 0fb869435aeab55c9138b4b4f0963fa8d1e8daa2..a33c3f081ae84f98ff1fa4c1a5c47672f5653db5 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