git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [egit / jgit] Implementation of a file tree iteration using ignore rules.
@ 2008-05-09 13:20 Florian Köberle
  2008-05-10  0:11 ` Shawn O. Pearce
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Köberle @ 2008-05-09 13:20 UTC (permalink / raw)
  To: git; +Cc: spearce, robin.rosenberg

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

I like the idea of a Java implementation of git and would like to
contribute to the jgit/egit project.

In order to get familiar with the code I started to implement a command
like tool which works like git using the jgit library. I implemented
very simple versions of the commands "help", "init" and finally wanted
to implement the "add" command. However, I didn't find any tools to
determine the files which should be added.

So I implemented a factory which returns an Iterable<File> for the
iteration over all the files in a directory.

For an example see the unit test testRealisticExample() in the class
FileIterableFactoryForAddCommandTest:
http://repo.or.cz/w/egit/florian.git?a=blob;f=org.spearce.jgit.test/tst/org/spearce/jgit/lib/fileiteration/FileIterableFactoryForAddCommandTest.java;h=d3c78f4422c708f26ccb56434053bb711fa3116b;hb=669fd814d34e2f989b5f8eedbcb0d5bcf9743ce7

You can view the patches online at:
http://repo.or.cz/w/egit/florian.git?a=shortlog;h=refs/heads/mailinglist-patches-0

I signed all patches and formatted them with the code formatter as I
should. It's ok for me to put the patches under a dual license between a
3-clause BSD and the EPL[*3*]. Currently all files have a GPL 2 notice.
I hope that is ok.

If you want I will send the patches to the mailing list, but I don't
know any automated way to create all the emails. I am not even sure if I
will get them formatted correctly with Thunderbird 2. It would be cool
if you could tell me how to send patches via command line.

I hope you like my patches,
Florian Koeberle
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIJE+I59ca4mzhfxMRAqlwAKCSp57SkqvVsBpdt8o3jL6zNdn0kACfeLnZ
IHErO96fu2rdQcT+JpmroYU=
=E+vF
-----END PGP SIGNATURE-----

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

end of thread, other threads:[~2008-05-11  0:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-09 13:20 [egit / jgit] Implementation of a file tree iteration using ignore rules Florian Köberle
2008-05-10  0:11 ` Shawn O. Pearce
2008-05-10 15:11   ` Florian Köberle
2008-05-11  0:12     ` Shawn O. 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).