git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Java GIT/Eclipse GIT version 0.1.1
@ 2006-07-28  6:36 Shawn Pearce
  2006-07-28  6:49 ` Peter Baumann
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Shawn Pearce @ 2006-07-28  6:36 UTC (permalink / raw)
  To: git

My Java GIT library and Eclipse GIT team provider is now at a point
where it may be partially useful to someone else who is also trying
to write something which interacts with GIT.  Or who might also
be interested in seeing a pure-Java Eclipse team provider for GIT.

So I've posted my repository (currently ~200 KB) on my website:

  http://www.spearce.org/projects/scm/egit.git


The underlying Java library is fairly functional and can read and
write a repository.  Creating a series of Ant tasks for use in an
automated build environment would probably be pretty trivial with
this library.

The Eclipse plugin can't commit.  Or do a lot of other really
useful things.  So its not end-user ready.  :-)


The code is licensed under the Apache License, version 2.0.


I would appreciate any and all input, feedback, etc. that anyone
might have on this library or plugin.  Patches are of course
certainly welcome.  :-)

For what its worth I'm trying to keep this library and Eclipse
plugin 100% pure Java and avoid calling out to the canonical C
implementation of GIT.  However I have no plans to implement the
delta packing algorithm used by git-pack-objects.  Consequently if
this code ever produces packs it will be strictly zlib deflated
objects without delta compression.

-- 
Shawn.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-07-31  4:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-28  6:36 Java GIT/Eclipse GIT version 0.1.1 Shawn Pearce
2006-07-28  6:49 ` Peter Baumann
2006-07-28  7:08   ` Pavel Roskin
2006-07-28  7:23     ` Peter Baumann
2006-07-29  2:10       ` Pavel Roskin
2006-07-29 16:46         ` Peter Baumann
2006-07-29  3:32     ` Shawn Pearce
2006-07-29  3:55       ` Pavel Roskin
2006-07-29  4:08         ` Shawn Pearce
2006-07-29 10:15 ` Jakub Narebski
2006-07-30 14:55 ` Daniel Barkalow
2006-07-31  4:22   ` Shawn Pearce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).