Commiting works with multiple projects regardless of repo root
commit1f98da17c07f402a0552c639dc044d34d0472335
authorDave Watson <dwatson@mimvista.com>
Thu, 28 Jun 2007 00:19:37 +0000 (27 20:19 -0400)
committerDave Watson <dwatson@mimvista.com>
Thu, 28 Jun 2007 00:19:37 +0000 (27 20:19 -0400)
treecaeff56a2ac49d84c3d249244f2fd4b4c0caf35f
parent5e867397df3258ff41e61d00d6b827f26ce181f5
Commiting works with multiple projects regardless of repo root

When fixing the multi-repository case, I broke the single-repository one.
Now, it checks to see if the repository is rooted at the project or workspace level.
If you have something other than that, tough luck - I can't even imagine how it
would be possible to handle something like that - or even worse, nested repositories.
At any rate, this should cover about 99% of the cases.

Signed-off-by: Dave Watson <dwatson@mimvista.com>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/actions/CommitAction.java