git clone git://github.com/Caged/gitnub.git
Escape HTML in commit messages. Fixes #22
Don't replace the person image with the standard gravatar image if no gravatar is found
Always select the latest commit when refreshing
Select active branch when starting up
Revert changes introduced by the last merge. Note to self: don't blindly apply patches in a hurry
Made standard gravatarimagecheck async
Don't change image into standard gravatar
Restore the Copy item to the contextual menu
Fix title color for cells drawn in the expansion frame
Make the table refreshing per loaded image a bit more efficient
Paging should always update the main view even if the selected row index is unchanged
Merge branch 'master' of git://github.com/Caged/gitnub
Implement async load of gravatar images
Merge branch 'master' of git://github.com/kballard/gitnub into kballard/master
Remove context menu from the WebView
Split messages into title/message so multi-line commits look better
Fix an indentation issue
Fix crash when viewing commit with mode change
Fix Gravatar URL's by using the lowercase email address
Hookup branch menu [Paul Scott-Murphy]
Only show first line of commit message in source list
Respect users system time preferences as set in the International prefs [dustin]
Use author instead of committer for names, emails and dates
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
Cleaned up the image and text cell so it's not insane
Added support for simple synchronously cached icons.
Use %M for minutes instead of %m to keep conspiracy theories to a minimum
Add manual refresh capability. Thanks to [frim].
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
Implement colored diffs, information panel and bundle mime-types to fix dependency issues
Add icons for diff list. Add date to diff view and prep for adding repo info
I pitty the fool who uses line breaks in their commit messages
Make file list clickable. Add file names to individual diffs
Updated interface, now includes basic diff and detail view. Also bundle grit because the gem is old
Add commit paging UI and functionality
Don't cause the task to wait when launching from nub. Also no idea why the window won't order front
Will now accept the pwd from a seperate command line program as the repo location. Seperate commandline app coming next commit
Gittin some data to that branch menu
Implement gravatars in the timeline
Scrap big html view in favor of cocoa controls