Re: [EGIT PATCH 00/11] Support customizable label decorations

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Robin Rosenberg
Date: Thursday, February 5, 2009 - 11:32 am

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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[EGIT PATCH 00/11] Support customizable label decorations, Tor Arne Vestbø, (Wed Feb 4, 6:00 pm)
[EGIT PATCH 03/11] Add a specialized team exception for Git, Tor Arne Vestbø, (Wed Feb 4, 6:00 pm)
Re: [EGIT PATCH 00/11] Support customizable label decorations, Robin Rosenberg, (Thu Feb 5, 11:32 am)
Re: [EGIT PATCH 00/11] Support customizable label decorations, Tor Arne Vestbø, (Thu Feb 5, 11:37 am)