git clone git://github.com/kballard/gitnub.git
Bump the version number, prep for a release
Remove the commented async gravatar code for now
Also use %M on primary view when displaying dates
Replace new lines with breaks in primary view
Merge branch 'master' of git://github.com/dustin/gitnub into dustin/master
Don't hardcode the path to the GitNub application in the nub CLI tool.
Added *.mode2v3 to .gitignore
Cleaned up the image and text cell so it's not insane
Merge branch 'cached-icons' of git://github.com/benstiglitz/gitnub into benstiglitz/cached-icons
Added support for simple synchronously cached icons.
Merge in Benjamin Stiglitz's fix. Use proper background style for labels instead of core animation mojo
Merge branch 'experimental' of git://github.com/benstiglitz/gitnub into benstiglitz/experimental
Removed need for Core Animation by using proper background style on labels in textured area
Add gitattributes to specify merge and diff. Thanks [KirinDave].
Ignore rake completions
I guess these svn directories were in the default xcode project. Nuke them
Correct spelling on ignore
Remove and ignore some autogenerated xcode project files
Updated the xcode project
Add the XIB files
Swap to XIB format and pray merges work better as a result
Use %M for minutes instead of %m to keep conspiracy theories to a minimum
Make sure to keep new segment control at the bottom of the window
Add manual refresh capability. Thanks to [frim].
Moved some things around in XCode
Eh, swap headers in the readme to a more common syntax
Rename the readme to README.markdown to support github's new jazz
Change build architecture to support ppc and intel in XCode
Reset scroll position when swapping commits. Always select top commit when paging
Selecting latest now selects the latest commit instead of just going back to the first page of commits