$ git show --pretty=raw da5c4507
commit da5c4507e9f2149ca651d9b5db2844596442ab11
tree 7c54c9d9f9e017ad99624f49d149dbdad93da669
parent e0ed06bae08809f32746a36a132b600630b18cbe
author wd <noreply@email.com> 1708001726 +0000
committer Wiesław Šoltés <wieslawsoltes@users.noreply.github.com> 1708354759 +0100
fix opening browser on macos.
[..]
$ date -u --iso-8601=seconds -d @1708354759
2024-02-19T14:59:19+00:00
Doesn't mean it's malicious per se though: noreply@email.com is a dummy author email and the committer is anyway the last person to touch it. As it doesn't have a signature, there is no valid evidence in any way that anyone mentioned here did this in the first place, so whatevs. Bugs happen. Glad it is fixed.
He's referring to
da5c4507.git log -L /OpenBrowserAsync/:WalletWasabi/Helpers/IoHelpers.csis your friend.
$ git show --pretty=raw da5c4507 commit da5c4507e9f2149ca651d9b5db2844596442ab11 tree 7c54c9d9f9e017ad99624f49d149dbdad93da669 parent e0ed06bae08809f32746a36a132b600630b18cbe author wd <noreply@email.com> 1708001726 +0000 committer Wiesław Šoltés <wieslawsoltes@users.noreply.github.com> 1708354759 +0100 fix opening browser on macos. [..] $ date -u --iso-8601=seconds -d @1708354759 2024-02-19T14:59:19+00:00Doesn't mean it's malicious per se though:
noreply@email.comis a dummy author email and the committer is anyway the last person to touch it. As it doesn't have a signature, there is no valid evidence in any way that anyone mentioned here did this in the first place, so whatevs. Bugs happen. Glad it is fixed.