Git binary env vars and error handling
gittargets 0.0.5
- Use
processx::run()
instead ofsystem2()
intar_git_ok()
and setHOME
toUSERPROFILE
on Windows (#12, @psychelzh). - Handle errors invoking Git to get global user name and email.
processx::run()
instead of system2()
in tar_git_ok()
and set HOME
to USERPROFILE
on Windows (#12, @psychelzh).