mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-25 21:36:15 +02:00
svn2revisioninc: increase buffer size when reading git rev-list. Should fix issue #20471
git-svn-id: trunk@32848 -
This commit is contained in:
parent
b358c98210
commit
8dee4154d2
@ -485,7 +485,7 @@ end;
|
|||||||
}
|
}
|
||||||
function TSvn2RevisionApplication.GetGitBranchPoint: string;
|
function TSvn2RevisionApplication.GetGitBranchPoint: string;
|
||||||
const
|
const
|
||||||
cBufSize = 400; // this can hold 10 SHA1 values at a time
|
cBufSize = 16000; // this can hold many SHA1 values at a time
|
||||||
var
|
var
|
||||||
p: TProcessUTF8;
|
p: TProcessUTF8;
|
||||||
Buffer: string;
|
Buffer: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user