You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Niels Basjes (Jira)" <ji...@apache.org> on 2022/02/10 09:42:00 UTC

[jira] [Created] (SCM-976) [GITEXE] Changelog does not work in current versions of git.

Niels Basjes created SCM-976:
--------------------------------

             Summary: [GITEXE] Changelog does not work in current versions of git.
                 Key: SCM-976
                 URL: https://issues.apache.org/jira/browse/SCM-976
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-scm-provider-gitexe
    Affects Versions: 2.0.0-M1
            Reporter: Niels Basjes


Since a long time the headers for the output of "git whatchanged" have been changed, as a consequence there is no more output from this command.
The reason is that the output of this command used to be something like this:
{code}
commit 2d22f2da71ef279c4759b1c09cdb8282b63f0cf6
Author: Mark Struberg <st...@yahoo.de>
Date:   2007-11-24 01:10:06 +0100

{code}

yet currently it looks like this:

{code}
commit 4fc34cfa14f2e72506187b03a492ce55ed459d4c (HEAD -> master, origin/master, origin/HEAD)
Author:     Michael Osipov <mi...@apache.org>
AuthorDate: 2022-01-08 21:02:12 +0100
Commit:     Michael Osipov <mi...@apache.org>
CommitDate: 2022-01-08 21:02:12 +0100

{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)