blame view, keep hashes lowcased

otherwise copy button will copy something that's not always handled,
xref https://gitlab.com/gitlab-org/gitlab/-/issues/453996
This commit is contained in:
Basile Burg 2024-04-02 00:25:17 +02:00
parent ccbc12a16c
commit a741032bd1
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ begin
line:= gitLines[i];
rng := TStringRange.create(line);
// hash
tmp := rng.takeUntil(' ').yield().ToUpper;
tmp := rng.takeUntil(' ').yield();
fDocData.lineData[i].hash := tmp;
rng.popFront();
// optional filename