git clone git://github.com/andrewlmurray/gitnub.git
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
Implement colored diffs, information panel and bundle mime-types to fix dependency issues
Update grit which fixes a bug with file mode only diffs. Also tweak a couple css rules making some text a little more readable
eh, forgot to remove an old icon for the xcode project
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
Update the README, mime-types is a requirement. I might bundle it later, but for now please install it
Updated interface, now includes basic diff and detail view. Also bundle grit because the gem is old
Add commit paging UI and functionality
No need to terminate nub after launching the task, it automagically terminates
Don't cause the task to wait when launching from nub. Also no idea why the window won't order front
Add application icon
try that again
More the readme_first file into just readme for github
Add nub subproject
Will now accept the pwd from a seperate command line program as the repo location. Seperate commandline app coming next commit
Remove svn directory which was added by xcode I guess?
Gittin some data to that branch menu
Implement gravatars in the timeline
Scrap big html view in favor of cocoa controls
About to remove the webview in favor of a table which has true cocoa events
Add ignore file
Initial import