git2-rs icon indicating copy to clipboard operation
git2-rs copied to clipboard

Expose upstream git_signature_default_from_env

Open tummychow opened this issue 8 months ago • 0 comments

https://github.com/libgit2/libgit2/pull/6706 adds a new git_signature_default_from_env that doesn't currently get exposed by git2-rs. This could be used in Repository::signature or a new method, doesn't really matter to me as long as there's some way to call it.

tummychow avatar Feb 17 '25 20:02 tummychow