forked from qt-creator/qt-creator
Git: Show at least 5 entries in Branches even if they're old
Fixes: QTCREATORBUG-22372 Change-Id: Ia4e0477a4e810c3c922cebbad1e44d295abca524 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
ea81b676c7
commit
1888e52d7c
@@ -51,6 +51,7 @@ const char SUBMIT_MIMETYPE[] = "text/vnd.qtcreator.git.submit";
|
||||
const char C_GITEDITORID[] = "Git Editor";
|
||||
|
||||
const int OBSOLETE_COMMIT_AGE_IN_DAYS = 90;
|
||||
const int MAX_OBSOLETE_COMMITS_TO_DISPLAY = 5;
|
||||
|
||||
const char EXPAND_BRANCHES[] = "Branches: <Expand>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user