<body><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;homepageUrl=http%3A%2F%2Ftim.theenchanter.com%2F&amp;searchRoot=http%3A%2F%2Ftim.theenchanter.com%2Fsearch" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" title="Blogger Navigation and Search"></iframe> <div id="space-for-ie"></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 reside in Saratoga Springs, UT, with my family. 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:

Google is awesome

Google just granted the Git-OSX-Installer project page 50MB downloads, plus another 100MB in disk space, so we can now host the Git OS-X Install packages on Google Code. (and abandon the problematic free solution)

Thanks Google! We love you!

Now, if only, there was some way to reduce the file size of the installer. Right now, everything is compiling REALLY HUGE. The MingW guys have their package down to under 8MBs. Anyone have any suggestions?

You can leave your response or bookmark this post to del.icio.us by using the links below.
Comment | Bookmark | Go to end
  • Blogger Pieter says so:
    March 29, 2008 12:21 PM  

    How about removing the debugging symbols? That should shave off a lot of megabytes. top

  • Blogger Tim Harper says so:
    March 29, 2008 2:13 PM  

    Great idea :) That knocked off an additional 1.6 MB. Now it's down to 3.2MB. Thanks for the tip! top

  • Blogger Tim Harper says so:
    March 29, 2008 2:17 PM  

    btw... for that last comment to make complete sense, I should mention that Johannes Schindelin with the Windows Git install project responded to me and informed me that git makes a plethora of hardlinks to the same file.

    I switched the hardlinks to symlinks, and everything works just the same, but the installer size went from 50MB to 4.8MB. top