mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[git] don't load refs by default, e.g. in commits for push dialog
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user