Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

GitClient log arguments result in spurious character #304

@fergusonr

Description

@fergusonr

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions