Re: Rename detection at git log

From: Alex Riesen <raa.lkml@gmail.com>
Date: 2006-11-20 21:06:56
On 11/20/06, Alexander Litvinov <litvinov2004@gmail.com> 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 ?

remove --pretty=oneline, it is default behavior of git log.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Mon Nov 20 21:07:06 2006

This archive was generated by hypermail 2.1.8 : 2006-11-20 21:08:05 EST