mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 01:09:35 +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;
|
||||
const
|
||||
cBufSize = 400; // this can hold 10 SHA1 values at a time
|
||||
cBufSize = 16000; // this can hold many SHA1 values at a time
|
||||
var
|
||||
p: TProcessUTF8;
|
||||
Buffer: string;
|
||||
|
Loading…
Reference in New Issue
Block a user