Skip to content

Commit

Permalink
Activate artificial commits by default gitextensions#4033
Browse files Browse the repository at this point in the history
As gitextensions#4031 is more or less merged
  • Loading branch information
gerhardol committed Mar 10, 2018
1 parent 5cc8a66 commit 1a0d727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitCommands/Settings/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ public static bool OpenSubmoduleDiffInSeparateWindow

public static bool RevisionGraphShowWorkingDirChanges
{
get => GetBool("revisiongraphshowworkingdirchanges", false);
get => GetBool("revisiongraphshowworkingdirchanges", true);
set => SetBool("revisiongraphshowworkingdirchanges", value);
}

Expand Down

0 comments on commit 1a0d727

Please # to comment.