소스 검색

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

florian 3 년 전
부모
커밋
d71346aa37
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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'));