Category Archives: git

How to script git with perl and Git::Wrapper

If you work with git, eventually you will want to script something that git doesn't do already and can't be accomplished with an alias. If you use Perl, the Git::Wrapper module makes scripting git easy. The big advantage of Git::Wrapper is that it wraps the binary version of git, which keeps your perl and git [...]
Also posted in Uncategorized, perl-programming | Tagged , | Leave a comment

Module::Build repository migrated to git

I have completed a migration of the Module::Build repository from Subversion to git. The new repository is available publicly on github.com: Browse the repository Clone it: git://github.com/dagolden/module-build.git I have done my best to clean up the merge/branch/tag history, but have not bothered to clean up empty commits left over from the original cvs2svn conversion. If [...]
Also posted in perl-programming, toolchain | Tagged , | Leave a comment

Applying git patch emails to subversion

I prefer git, but have been spending a lot with subversion working on Module::Build. To give myself local version control when offline (I was on an airplane), I layered a local git repository on top of the subversion checkout. (Yes, there might be better ways to do this with "git svn" but not as easily [...]
Also posted in perl-programming | Tagged , , , | 1 Comment

More git conversions

My version number article exhausted me, so this will be a short post. My work to convert some more Perl module repositories from Subversion to git continues with two more things hosted on github: ExtUtils::CBuilder -- This is the complement to ExtUtils::ParseXS, which I described converting last week. Anyone interested in working on it, please [...]
Also posted in cpan, perl-programming | Tagged , , | Leave a comment

Convert to git and get more patches?

Today, I converted the ExtUtils::ParseXS repository from subversion to git, published it on github.com and announced it on the perl5-porters and module-build perl mailing lists. Within hours, it was cloned and I got my first pull request. I don't know if that's the start of a trend or not, but it's food for thought for [...]
Also posted in cpan | Tagged | 1 Comment

© 2009-2010 David Golden All Rights Reserved