slachiewicz commented on PR #1311: URL: https://github.com/apache/maven-scm/pull/1311#issuecomment-3691667314
WARNING `git whatchanged `has been deprecated and is scheduled for removal in a future version of Git, as it is merely git log with different defaults. DESCRIPTION Shows commit logs and diff output each commit introduces. New users are encouraged to use [git-log[1]](https://git-scm.com/docs/git-log) instead. The whatchanged command is essentially the same as [git-log[1]](https://git-scm.com/docs/git-log) but defaults to showing the raw format diff output and skipping merges: `git log --raw --no-merges` The command is primarily kept for historical reasons; fingers of many people who learned Git long before git log was invented by reading the Linux kernel mailing list are trained to type it. -- 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]
