summaryrefslogtreecommitdiff
path: root/git-gui/lib
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-10-02 09:29:29 +0200
committerJunio C Hamano <gitster@pobox.com>2025-10-02 09:32:31 -0700
commitcb2badb4db67bcd02cc99a336c7b6bb0281980a1 (patch)
tree6458df2ef9d0aa192772e066f2d0a0a0bf83a920 /git-gui/lib
parente30c081c6af4963418184dbcd5df37322032f9dc (diff)
help: report on whether or not Rust is enabled
We're about to introduce support for Rust into the core of Git, where some (trivial) subsystems are converted to Rust. These subsystems will also retain a C implementation though as Rust is not yet mandatory. Consequently, it now becomes possible for a Git version to have bugs that are specific to whether or not it is built with Rust support overall. Expose information about whether or not Git was built with Rust via our build info. This means that both `git version --build-options`, but also `git bugreport` will now expose that bit of information. Hopefully, this should make it easier for us to discover any Rust-specific issues. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib')
0 files changed, 0 insertions, 0 deletions