vote up 6 vote down star
3

Can anyone recommend a good repository viewer for Git, similar to gitk, that works on Mac OS X Leopard? (I'm not saying gitk doesn't work)

Of course I would like a native Mac application, but as I haven't found any, what are the best options to gitk?

I know about gitview, but I'm looking forward to evaluate as many alternatives as possible.

http://sourceforge.net/projects/gitview

flag

7 Answers

vote up 11 vote down check

There's also gitx, it's progressing well and under active development (multiple commits per day).

link|flag
I have changed this as the accepted answer because, after several months the state of the art has changed and I finally settled with GitX. – Sergio Acosta Mar 5 at 22:51
vote up 0 vote down

I'm using git gui and gitk on leopard with the latest git from mac port. Works great for me.

link|flag
vote up 3 vote down

Gitty is under development right now, basically I am working on it and it is in turn working off of BazaarX which is under heavy restructuring right now. Gitty will essentially be BazzarX with the Bazaar backend ripped out and a GIT backend put in instead and any UI tweaks made for GIT Differences from Bazaar (ie hashes instead of version#'s,etc. The good news is that as developers on BazaarX we have got our act together and have our respective assignments for what area of BazaarX to work on and BazaarX is being designed to be VCS agnostic which will make my job of integrating GIT Into it much easier. We also have a bunch more people working on BazaarX now which makes my job of working on Gitty easier.

Currently Gitty is the only native/Cocoa app for this that i am aware of. I can't say when i'll be done and hit 1.0 but I am happy with the direction I am going on in Gitty and BazaarX.

link|flag
vote up 1 vote down

As horrible as it looks, the git gui and gitk commands are as good as any.

GitX looks extremely promising, and very Mac-like (things like QuickLook'ing any file in any revision). Gitnub is probably the furthest along in development, but it has no concept of branching currently, and is pretty basic (it does far less than gitk)

link|flag
vote up 0 vote down

@Brendon:

Thanks a lot. I recently upgraded to 1.6 but didn't know about git gui.

link|flag
this should be a comment i think. seems someone already thought the same and gives you -1 – claferri Mar 5 at 17:54
Yes, I agree. This answer was posted when StackOverflow didn't supported comments yet, a while ago during the Beta. I'll leave this as an educational tool for those that like downvoting this kind of answers =) – Sergio Acosta Mar 5 at 18:42
I nullified the downvote with my upvote because, like Sergio said, SO didn't have comments at the time this was posted. – Dan Mar 5 at 23:52
vote up 1 vote down

1.6 comes with git gui that works pretty well on my mac.

link|flag
vote up 6 vote down

There are a couple under development.

I don't know if there are any that have hit 1.0.

link|flag
Gitty's gone unchanged for nearly three months - I'm thinking it's a dead project now. – Ben Scofield Sep 18 '08 at 10:57

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.