mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
ide: RepoDiff hash now 6 chars in commit list
This commit is contained in:
parent
77384994e4
commit
adae538466
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ void LoadGitRevisions(DropList& r, const String& dir, const String& branch, cons
|
|||
if(commit.GetCount()) {
|
||||
String h = commit;
|
||||
if(h.GetCount() > 4)
|
||||
h.Trim(4);
|
||||
h.Trim(6);
|
||||
r.Add(commit, "\1[g [@b \1" + date + "\1] [@g \1" + h + "\1] [@r \1" + author + "\1]: "
|
||||
"[* \1" + Join(Split(msg, CharFilterWhitespace), " "));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue