Skip to content

Commit

Permalink
Disable signatures when obtaining commit date - fixes #180
Browse files Browse the repository at this point in the history
  • Loading branch information
socram8888 authored and kzu committed Nov 16, 2022
1 parent 9839b68 commit 0f76cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitInfo/build/GitInfo.targets
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
Outputs="$(_GitInfoFile)"
Condition="'$(GitRoot)' != '' And '$(GitCommitDate)' == ''">

<Exec Command='$(GitExe) show --format=$(GitCommitDateFormat) -s'
<Exec Command='$(GitExe) -c log.showSignature=false show --format=$(GitCommitDateFormat) -s'
EchoOff='true'
StandardErrorImportance="low"
StandardOutputImportance="low"
Expand Down

0 comments on commit 0f76cce

Please sign in to comment.