Modify "jgit daemon" so it can run outside of a repository
commit7079ea63d4a10586bafce2a6d2dc383f98e62b13
authorShawn O. Pearce <spearce@spearce.org>
Tue, 23 Dec 2008 18:03:41 +0000 (23 10:03 -0800)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 4 Jan 2009 00:01:50 +0000 (4 01:01 +0100)
treea24831ceddac547ee05be1e6e95670d8c7a3d2e0
parent1c95ea8767b4f2faa66defebc504ab39c4d46c63
Modify "jgit daemon" so it can run outside of a repository

We no longer export the current repository, but instead export the
directory trees given.  This behavior is more closely matches that
of "git daemon".

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/Daemon.java