Correctly name the stderr redirection thread for local transport
commit6dd8f386e17d4a0b37514ce0f4a45d47397507c5
authorShawn O. Pearce <spearce@spearce.org>
Tue, 1 Jul 2008 03:04:02 +0000 (30 23:04 -0400)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 1 Jul 2008 21:10:50 +0000 (1 23:10 +0200)
tree7e6b864779332eede5cfd6fbf1eb770fe97f9383
parentdaa5dca203dfef04978c3ff839d023f5207281f0
Correctly name the stderr redirection thread for local transport

When we open git-receive-pack for the local transport case we still
create a thread to redirect any error messages to the System.err
console.  In this case the thread should be named after the command
we are running.

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