Skip to content

Commit

Permalink
Use legacy rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickstolee committed Dec 12, 2018
1 parent 538ffd7 commit c4837a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GVFS/GVFS/CommandLine/GVFSVerb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
};
Expand Down

0 comments on commit c4837a6

Please sign in to comment.