@@ -61,7 +61,7 @@ public CherryPickInProgress(Repository repo)
6161 WorkingDirectory = repo . FullPath ,
6262 Context = repo . FullPath ,
6363 Editor = Commands . Command . EditorType . None ,
64- Args = "-c core.commentChar=± cherry-pick --continue" ,
64+ Args = "-c core.commentChar=\" ^ \" -c core.commentString= \" ± \" cherry-pick --continue" ,
6565 } ;
6666
6767 _skipCmd = new Commands . Command
@@ -116,7 +116,7 @@ public RebaseInProgress(Repository repo)
116116 WorkingDirectory = repo . FullPath ,
117117 Context = repo . FullPath ,
118118 Editor = Commands . Command . EditorType . RebaseEditor ,
119- Args = "-c core.commentChar=± rebase --continue" ,
119+ Args = "-c core.commentChar=\" ^ \" -c core.commentString= \" ± \" rebase --continue" ,
120120 } ;
121121
122122 _skipCmd = new Commands . Command
@@ -187,7 +187,7 @@ public RevertInProgress(Repository repo)
187187 WorkingDirectory = repo . FullPath ,
188188 Context = repo . FullPath ,
189189 Editor = Commands . Command . EditorType . None ,
190- Args = "-c core.commentChar=± revert --continue" ,
190+ Args = "-c core.commentChar=\" ^ \" -c core.commentString= \" ± \" revert --continue" ,
191191 } ;
192192
193193 _skipCmd = new Commands . Command
@@ -235,7 +235,7 @@ public MergeInProgress(Repository repo)
235235 WorkingDirectory = repo . FullPath ,
236236 Context = repo . FullPath ,
237237 Editor = Commands . Command . EditorType . None ,
238- Args = "-c core.commentChar=± merge --continue" ,
238+ Args = "-c core.commentChar=\" ^ \" -c core.commentString= \" ± \" merge --continue" ,
239239 } ;
240240
241241 _abortCmd = new Commands . Command
0 commit comments