Browse Source

* comment corrected
- option -date=iso is not needed when retrieving the hash

florian 3 years ago
parent
commit
d71346aa37
1 changed files with 1 additions and 2 deletions
  1. 1 2
      utils/fpcm/fpmake.pp

+ 1 - 2
utils/fpcm/fpmake.pp

@@ -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'));