I would like to be able to view and print the commit history including the entire commit message on each commit either in bitbucket, source tree, or via git command line. The standard view shows only the first line of each commit message and the full commit message is only shown if you click on an individual commit.
Community moderators have prevented the ability to post new answers.
Use git show (https://www.kernel.org/pub/software/scm/git/docs/git-show.html). You can then format the content of the output.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.