Distignuish between commit id and key in commit cache
commit1b53f21c6531f476e5f66f30ade0b95932f6c503
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 12 Mar 2007 17:51:15 +0000 (12 18:51 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 12 Mar 2007 20:51:09 +0000 (12 16:51 -0400)
treefa78dedcfabf2ce9261f8d4a30d24cdf092c040a
parent0dbbf3aa968f658290c294f2dea7b605107ed91f
Distignuish between commit id and key in commit cache

See WeakHashMap documentation. If the key is the same object
as the objectid the keys can never be collected.

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