Reputation: 5805
The idea of Java implementations of GIT sounds great, but these are all embeddable APIs, not actual end-user programs. I would be happy to work even with a set of command-line programs that rely on a Java-based GIT implementation, so as to cut the Cygwin dependency. Having a GUI app on top is probably asking too much.
So to make this clear, I am looking for anything that can do what the basic git
commands, do, e.g. git clone
, git init
, dare I say git svn ...
-- on top of a non-Cygwin stack (e.g. Java/.net).
Commercial options would also work.
Upvotes: 1
Views: 793
Reputation: 76386
Now that we've cleared that there is nothing terribly wrong with MSysGit as the core (yes, it can be called with windows paths from native applications and it returns the paths with forward slashes but otherwise regular windows format which works fine in most native applications), you might look at:
Upvotes: 4