[git] don't load refs by default, e.g. in commits for push dialog

This commit is contained in:
Kirill Likhodedov
2014-09-10 14:24:54 +04:00
parent cc7a9284fe
commit 1ac7e4cc54
@@ -841,7 +841,7 @@ public class GitHistoryUtils {
if (factory == null) {
return Collections.emptyList();
}
return loadDetails(project, root, true, true, new NullableFunction<GitLogRecord, GitCommit>() {
return loadDetails(project, root, false, true, new NullableFunction<GitLogRecord, GitCommit>() {
@Override
@Nullable
public GitCommit fun(GitLogRecord record) {