git clone git://github.com/Caged/gitnub.git
Tweak some of the styles for the new multiline commit messages introduced in 40708baadcc146c41c9912ddb40b230710a104ee
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
Make nub (or open -a GitNub) work from subdirectories
Fix Gravatar URL's by using the lowercase email address
Re-apply frame name and buttons/label alignment.
Move nub to nub.sh. Fix conflicts with kevin's branch
Hookup branch menu [Paul Scott-Murphy]
Take a cue from Ian Baird and switch nub to launching GitNub by bundle identifier instead of by name
Merge branch 'master' of git://github.com/Caged/gitnub
Only show first line of commit message in source list
Respect users system time preferences as set in the International prefs [dustin]
Add a frame autosave name to the main window
Line up baseline of reload/gear buttons with popup
Remove now-useless entry for nub/build/* from .gitignore
Replace the nub subproject with a simple shell script
Fix baseline of Branch: label to match the popup
Add OBJROOT=build/ and SYMROOT=build/ to all xcodebuild tasks besides -list
Use author instead of committer for names, emails and dates
Bump up the check interval for Sparkle - back to a sane value
Update the plist, adding the correct sparkle url
Sample appcast file.
Added sparkle support.
Remove some custom icons in favor of some apple provided ones
Bump the version number, prep for a release
Remove the commented async gravatar code for now