Date: 2008-12-23 20:39:00
Tags: git, perl
perl and git

Git gained another feather in its cap today: Perl now uses Git for version control. Some guy here in New Zealand spent a year building custom tools to merge everything he could find and produced the first ever unified repository of Perl's 21 year history. And as I understand it, this is the point from where Perl will continue its development.

The very first "commit":

commit 8d063cd8450e59ea1c611a2f4f5a21059a2804f1
Author: Larry Wall 
Date:   Fri Dec 18 00:00:00 1987 +0000

    a "replacement" for awk and sed
    
    [  Perl is kind of designed to make awk and sed semi-obsolete.  This posting
       will include the first 10 patches after the main source.  The following
       description is lifted from Larry's manpage. --r$  ]

I don't see Perl on GitHub yet, but I imagine it's only a matter of time before somebody pushes it up there.

(anonymous)
2008-12-23T21:32:15Z
[info]dopplertx
2008-12-24T02:41:46Z
http://github.com/github/perl/tree/blead
[info]ghewgill
2008-12-25T08:03:12Z
Yeah, I'm not sure how I missed that. Or, it's new.
[info]paradox0220
2008-12-24T15:00:14Z
Awesome! :)
Greg Hewgill <greg@hewgill.com>