Make Repository thread-safe
commit8266ba5c7ea4e317fe684821e9e59c0fcef61caa
authorShawn O. Pearce <spearce@spearce.org>
Tue, 23 Dec 2008 00:27:16 +0000 (22 16:27 -0800)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 4 Jan 2009 00:01:48 +0000 (4 01:01 +0100)
treef6767ac337163f1b35d87df5a7c3d7107c9e9ffa
parent7e48870003cb77cabac074b6e0d61aeb50ac92c4
Make Repository thread-safe

The Repository class itself is now thread-safe.  Thread safety is
ensured by copying values onto the caller stack prior to use.

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/lib/Repository.java