From: Alex Riesen <hidden> Date: 2016-08-11 20:11:20
On 11/20/06, Alexander Litvinov [off-list ref] wrote:
How can I see all changes for one file ? Including renames/copies ?
git log -M -C -r --name-status
PAGER=cat git log -M -C --pretty=oneline b/a
At lastline I would like to see two commits : renaming a -> b/a and creation
of a. By the way, how can I see commit message with git log ?