p5-Git-Raw icon indicating copy to clipboard operation
p5-Git-Raw copied to clipboard

Perl bindings to the Git linkable library (libgit2)

Results 5 p5-Git-Raw issues
Sort by recently updated
recently updated
newest added

The version of zlib seems to be affected by CVE-2018-25032 The version of http-parser seems to be affected by CVE-2019-9900

I tried to install Git::Raw with the help of cpanm on a new strawberry perl installation on Windows 10. Since I dont know windows neither do I know C well,...

I am trying to use this module to modify an existing commit message. But Git::Raw::Commit::amend runs a bit of perl code that calls Git::Raw::Commit -> create, which creates a new...

Seen for example on a freebsd 13 system: ``` "/usr/perl5.32.1Dp/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Raw.bs blib/arch/auto/Git/Raw/Raw.bs 644 PERL_DL_NONLAZY=1 "/usr/perl5.32.1Dp/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Failed...

Hi, The unit test `t/01-repo.t` calls `$config -> str('init.defaultBranch', 'main');` which has the side-affect of updating the user's .gitconfig file. The can be rectified by using the default value which...