torsdag 05 februari 2009 17:06:25 skrev Shawn O. Pearce:
I'm not sure this is Tore's bug. We've had problems with nested
repos before.
It's our choice here. Generally, I think we should shift behavior here
depending on layout. Java packages are not hierarchical in nature.
Currently it may look like this with flat package layout:
>org.spearce.jgit.treewalk
CanonicalTreeParserTest.java
EmptyTreeIteratorTest.java
FileTreeIteratorTest.java
NameConflictTreeWalkTest.java
PostOrderTreeWalkTest.java
TreeWalkBasicDiffTest.java
>org.spearce.jgit.treewalk.filter
AlwaysCloneTreeFilter.java
>NotTreeFilterTest.java
TreeFilterTest.java
Which is odd when looking at org.spearce.jgit.treewalk, because
no files in that package have been changed. A tricky question is
how to decorate empty packages. like org, org.spearce. Probably
as unchanged.
-- robin
--
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