Git-Wrapper icon indicating copy to clipboard operation
Git-Wrapper copied to clipboard

Perl wrapper for git(7) command line interface

Results 10 Git-Wrapper issues
Sort by recently updated
recently updated
newest added

Checking out a tag with Git::Wrapper in a Github workflow with Strawberry Perl under Windows hangs forever. The same code works without an issue under Linux. I've created a small...

path_class.t fails because it runs (roughly) `$git->add("/tmp/asdgsdfgasd")`, but Git for Windows, which is accessible and works under cygwin, does not run with the cygwin mappings, and thus cannot see `/tmp`....

So, based on this: ``` 15:39 (genehack) how about something like: ->clone( $repo , [ $path | %options ]); 15:39 * perigrin nods 15:39 (perigrin) that would work 15:39 (perigrin)...

Feature

On some of my smoker systems (e.g. CentOS 7): ``` # Testing git version: 1.8.3.1 # Failed test 'Nothing is changed after rename-add' # at t/statuses.t line 130. # got:...

This Git::Wrapper newbie spent time untangling two Git::Wrapper behaviours to understand why `git->clone` wasn't doing what he expected. Number 2: I assumed from the outset that a `git->clone` command would...

This Git::Wrapper newbie spent time untangling two Git::Wrapper behaviours to understand why `git->clone` wasn't doing what he expected. Number 1: I wasn't sure how to add non-option parameters, i.e., a...

It occurred to me that the lines returned by Git::Wrapper are octects, not characters. I understand that this is undertested, given that most of us write commit messages in English/ASCII...

Looks like two repos got their wires crossed - the entire history of App-GitGot is also in this repo. Check this out: https://github.com/genehack/Git-Wrapper/tree/v1.333

This is largely system dependent, but because we write stdin before reading stdout/stderr in Git::Wrapper::RUN and read stdout before stderr, we can end up with deadlocks when pipe buffers fill...

here's an example test: http://www.cpantesters.org/cpan/report/12ed2af8-6bf4-1014-8695-9e662ad63fef the test: https://metacpan.org/source/ETHER/Dist-Zilla-Plugin-Git-Contributors-0.004/t/01-basic.t#L50 and the prep work done for MSWin32: https://metacpan.org/source/ETHER/Dist-Zilla-Plugin-Git-Contributors-0.004/t/lib/GitSetup.pm#L37 sadly, this doesn't seem to be enough. But I'm not sure what's missing.

bug