From: "Gustavo L. de M. Chaves" <gnustavo@xxxxxxxx> 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 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. For the record, I'm using Strawberry Perl on Windows. This is my first patch submission to git. I tried to follow all the project conventions but I may have done it wrong. If so, please, help me learn it. Thanks! Gustavo L. de M. Chaves (7): perl/Git.pm: test portably if a path is absolute perl/Git.pm: set up command environment on Windows perl/Git.pm: fix _cmd_close on Windows perl/Git.pm: escape external command's arguments on Windows perl/Git.pm: simplify Git::activestate_pipe perl/Git.pm: make command pipe work in slurp-mode on Windows perl/Git.pm: rename 'ActiveState' to 'Windows' perl/Git.pm | 63 +++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 27 deletions(-) -- 1.7.12.464.g83379df.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html