We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
squash
1 parent 9affca1 commit 2aac677Copy full SHA for 2aac677
src/ViewModels/Squash.cs
@@ -53,7 +53,7 @@ public override Task<bool> Sure()
53
54
succ = new Commands.Reset(_repo.FullPath, Target.SHA, "--soft").Use(log).Exec();
55
if (succ)
56
- succ = new Commands.Commit(_repo.FullPath, _message, signOff, true, true).Use(log).Run();
+ succ = new Commands.Commit(_repo.FullPath, _message, signOff, true, false).Use(log).Run();
57
58
if (succ && autoStashed)
59
new Commands.Stash(_repo.FullPath).Use(log).Pop("stash@{0}");
0 commit comments