login
Header Space

 
 

[JGIT PATCH v2 0/24] Implementation of a file tree iteration using ignore rules.

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Hi

I improved the patches from last time.

That are the changes to the previos patches:
* Removed @author javadoc
* Moved iteration code into the treewalk package
* Moved code around the Rules class into a new treewalk.rules package
* Added newlines to some files
* Removed (hopefully) the trailing whitespaces using the eclipse save actions.
* Renamed Project into WorkTree
* Moved the methods from ProjectSeeker and ProjectFactory into Repository and made them static.
* Moved the constants into the Constants class.
* Renamed my FileTreeIterator into LightFileTreeIterator in order to avoid nameconflict, as they are now in th
e same package.
* Renamed StarPattern into FNMatchPattern, improved it, and moved it into the lib package.
* Improved the javadoc.
* Replaced the AddCommandFileIterableFactory with a AddRulesFactory which creates Rules instances instead of Iterators. The advantage of this move is that the factory is now iterator independent.

Maybe I missed something... I would need some patch-tree version control system which tracks changes in the patch tree ;).

Best regards,
Florian
--
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:
[JGIT PATCH v2 0/24] Implementation of a file tree iteration..., Florian Koeberle, (Mon May 12, 4:13 pm)
Re: [JGIT PATCH v2 04/24] Added path related constats to Con..., Florian Köberle, (Fri May 23, 11:46 am)
[JGIT PATCH v2 02/24] Formatted Repository class., Florian Koeberle, (Mon May 12, 4:13 pm)
[JGIT PATCH v2 09/24] Added the class Rule., Florian Koeberle, (Mon May 12, 4:13 pm)
[JGIT PATCH v2 08/24] Added the interface FilePattern., Florian Koeberle, (Mon May 12, 4:13 pm)
[JGIT PATCH v2 10/24] Added the iterface Rules., Florian Koeberle, (Mon May 12, 4:13 pm)
[JGIT PATCH v2 12/24] Added the class GlobalFilePattern, Florian Koeberle, (Mon May 12, 4:13 pm)
[JGIT PATCH v2 11/24] Added the class FNMatchPattern., Florian Koeberle, (Mon May 12, 4:13 pm)
Re: [JGIT PATCH v2 11/24] Added the class FNMatchPattern., Shawn O. Pearce, (Mon May 12, 8:38 pm)
[JGIT PATCH v2 19/24] Added the class AddRuleListFactory., Florian Koeberle, (Mon May 12, 4:13 pm)
Re: [JGIT PATCH v2 19/24] Added the class AddRuleListFactory., Florian Köberle, (Tue May 13, 7:24 am)
[JGIT PATCH v2 17/24] Added the class TreeFilePattern., Florian Koeberle, (Mon May 12, 4:13 pm)
Re: [JGIT PATCH v2 17/24] Added the class TreeFilePattern., Shawn O. Pearce, (Mon May 12, 9:22 pm)
[JGIT PATCH v2 20/24] Added class AddRulesFactory., Florian Koeberle, (Mon May 12, 4:13 pm)
[JGIT PATCH v2 22/24] Added class LightFileTreeIterable., Florian Koeberle, (Mon May 12, 4:13 pm)
[JGIT PATCH v2 03/24] Formatted Constats class., Florian Koeberle, (Mon May 12, 4:13 pm)
[JGIT PATCH v2 14/24] Added the class IgnoreRuleListFactory., Florian Koeberle, (Mon May 12, 4:13 pm)
[JGIT PATCH v2 13/24] Added the class ComplexFilePattern., Florian Koeberle, (Mon May 12, 4:13 pm)
speck-geostationary