login
Header Space

 
 

[egit / jgit] Implementation of a file tree iteration using ignore rules.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Cc: <spearce@...>, <robin.rosenberg@...>
Date: Friday, May 9, 2008 - 9:20 am

-----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/jg...

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-----
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[egit / jgit] Implementation of a file tree iteration using ..., Florian Köberle, (Fri May 9, 9:20 am)
Re: [egit / jgit] Implementation of a file tree iteration us..., Florian Köberle, (Sat May 10, 11:11 am)
speck-geostationary