fix wrong cache result in blame command

This commit is contained in:
Sebastian Sdorra
2012-07-04 11:32:50 +02:00
parent 9a3d254af1
commit 78925d54cd

View File

@@ -164,7 +164,7 @@ public final class BlameCommandBuilder
}
else
{
CacheKey key = new CacheKey(repository, request);
CacheKey key = new CacheKey(repository, requestClone);
result = cache.get(key);