Skip to content
Snippets Groups Projects
Commit f1a622a7 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

LogChangeDialog: Show 40 entries


Change-Id: I96c41cac8426c7de65671c787691ad302fe77ded
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent fafe964c
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ bool LogChangeDialog::populateLog(const QString &repository)
// Retrieve log using a custom format "Sha1:Subject [(refs)]"
GitClient *client = GitPlugin::instance()->gitClient();
QStringList arguments;
arguments << QLatin1String("--max-count=30") << QLatin1String("--format=%h:%s %d");
arguments << QLatin1String("--max-count=40") << QLatin1String("--format=%h:%s %d");
QString output;
if (!client->synchronousLog(repository, arguments, &output))
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment