loresoft / msbuildtasks

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
BSD 2-Clause "Simplified" License
946 stars 271 forks source link

GitClient log arguments result in spurious character #304

Open fergusonr opened 1 year ago

fergusonr commented 1 year ago

The following task

 <Target Name="gitlog">
   <GitClient Command="log" Arguments='--pretty=format:"%cd %d %s" --date=format:"%d/%m/%y"'  />
  </Target>

Produces this result. Notice %cd has changed to Í

C:\Program Files\Git\cmd\git.exe log --pretty=format:"Í %d %s" --date=format:"%d/%m/%y"