<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=7625526986034013157&amp;blogName=Tim%2C+the+Enchanter&amp;publishMode=PUBLISH_MODE_HOSTED&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http%3A%2F%2Ftim.theenchanter.com%2Fsearch&amp;blogLocale=en&amp;homepageUrl=http%3A%2F%2Ftim.theenchanter.com%2F" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

About

I'm a ruby developer passionate about developing clean code that makes for programming happiness. I'm also am passionate about freedom, liberty, and capitalism, and enjoy jamming out some good rock or jazz on the piano.

I'm a family man and a I'm a member of The Church of Jesus Christ of Latter Day Saints (AKA the "Mormons") and I wield a strong testimony of my Savior Jesus Christ (yes we're Christians).

I'm currently employed by:

Git Textmate Bundle 1.1.1 released

After being in the forge for quite some time, the Git textmate bundle version 1.1.1 (and 1.1.0) has been released out of the shoots

This release includes several bugfixes and updates to make it more compatible with Git 1.5.4.3 (the current latest version of git). Backwards compatibility for Git 1.5.3.x has been maintained.

The code has been completely reorganized into a mini-mvc templating framework, with a JavaScript library making it easy interact with the controllers and do some Ajax-like stuff. The end result is MUCH easier coding and less code duplication (it's no longer necessary to write custom gateway scripts to interact with git). The bottom line: easier to make it feature rich and intelligently interactive.

To see a full list of changes, refer to the CHANGELOG

Also, a list of what's planned can be accessed here: TODO

Please send comments, questions, support requests, etc. to the Git-tmbundle google group

Thanks!

Labels: , ,

You can leave your response or bookmark this post to del.icio.us by using the links below.
Comment | Bookmark | Go to end