You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be cool, but it doesn't seem worth including git/gitoxide in just, which are large dependencies which would increase build time and executable size.
I like to include git information in my builds. So for that I shell out at the top of my
justfile
to git to set variables:(and potentially others)
This requires:
I try to minimize the amount of subshelling I do as to try to prevent cross platform issues (looking at you powershell).
Using
gix
/gitoxide
(https://github.com/Byron/gitoxide/) would probably work out to get that information natively in Rust.The text was updated successfully, but these errors were encountered: