From c4837a61d45d703ac9d432dcb6295b24cdb428bf Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Wed, 12 Dec 2018 14:06:52 -0500 Subject: [PATCH] Use legacy rebase --- GVFS/GVFS/CommandLine/GVFSVerb.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/GVFS/GVFS/CommandLine/GVFSVerb.cs b/GVFS/GVFS/CommandLine/GVFSVerb.cs index 9c84433d7e..8185b4da32 100644 --- a/GVFS/GVFS/CommandLine/GVFSVerb.cs +++ b/GVFS/GVFS/CommandLine/GVFSVerb.cs @@ -129,6 +129,7 @@ public static bool TrySetRequiredGitConfigSettings(Enlistment enlistment) { "merge.stat", "false" }, { "merge.renames", "false" }, { "pack.useBitmaps", "false" }, + { "rebase.useBuiltin", "false" }, { "receive.autogc", "false" }, { "status.deserializePath", gitStatusCachePath }, };