jira-importer commented on issue #1205: URL: https://github.com/apache/maven-scm/issues/1205#issuecomment-2964655445
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Just a few thoughts: * git whatchanged is kept only for "historical" reasons. From man: "New users are encouraged to use git-log instead. The whatchanged command is essentially the same as git-log but defaults to show the raw format diff output and to skip merges. The command is kept primarily for historical reasons..." * am using git 2.25.1 on my linux box and my output is like the first "used to be" output (but adds HEAD pointers like second one). Am unsure what may drive the output, it may be my env, but am unsure you can do it in "generic" way. * why not switch to git-log instead? My example output: ``` commit 05b67a4f72f3f64306637ccdf0d2f800616dee5c (HEAD -> master, origin/master, origin/HEAD) Author: Tamas Cservenak <[email protected]> Date: Mon Feb 7 19:33:01 2022 +0100 [MINDEXER-104] Migrate to Lucene 8.x (#169) * Eliminate use of deprecated Lucene API ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
