mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 03:39:28 +02:00
* comment corrected
- option -date=iso is not needed when retrieving the hash
This commit is contained in:
parent
d9eae2c2c5
commit
d71346aa37
@ -65,7 +65,7 @@ var
|
||||
|
||||
begin
|
||||
// If revision.inc does exist, try to update the file with the latest
|
||||
// revision from svn. And include this information in the fpcmake
|
||||
// commit from git. And include this information in the fpcmake
|
||||
// executable.
|
||||
With installer do
|
||||
begin
|
||||
@ -111,7 +111,6 @@ begin
|
||||
GitProcess.Parameters.Add('log');
|
||||
GitProcess.Parameters.Add('-n');
|
||||
GitProcess.Parameters.Add('1');
|
||||
GitProcess.Parameters.Add('--date=iso');
|
||||
GitProcess.Parameters.Add('--pretty=%h');
|
||||
GitProcess.Parameters.Add(BuildEngine.AddPathPrefix(P,'fpcmpkg.pp'));
|
||||
GitProcess.Parameters.Add(BuildEngine.AddPathPrefix(P,'fpcmake.pp'));
|
||||
|
Loading…
Reference in New Issue
Block a user