Re: [PATCH 0/7] perl/Git.pm: a bunch of fixes for Windows

2013-02-24 Thread Junio C Hamano
"Gustavo L. de M. Chaves" writes: > ... > While working on porting Git::Hooks to Windows I stumbled upon a few > problems in the Git module, problems specific to the Windows > environment. In the following sequence of patches I try to fix them. Any comment on this from Windows folks? -- To unsub

[PATCH 0/7] perl/Git.pm: a bunch of fixes for Windows

2013-01-30 Thread Gustavo L. de M. Chaves
From: "Gustavo L. de M. Chaves" I'm working on Git::Hooks, a Perl module to facilitate the implementation of git hooks. (http://search.cpan.org/dist/Git-Hooks/) Git::Hooks uses the Git module implemented in perl/Git.pm and distributed with git. While working on porting Git::Hooks to Windows I s