0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-25 19:36:05 +00:00
Stephen Tozer 57dc09341e
[Dexter] Sanitize user details from git repo URL in dexter --version ()
Currently the output of dexter --version contains the raw output of `git
remote get-url origin`, which may contain a username and password. This
patch adds a small change to remove these from the output string. A
similar patch for LLVM's default version string* also removes the git
URL altogether unless opted-in to; it's not clear whether this is a
necessary or desirable step yet, but if so we can trivially remove the
URL from Dexter as well.

*PR here: https://github.com/llvm/llvm-project/pull/105220
2024-08-22 10:56:28 +01:00
..