On 11/20/06, Alexander Litvinov <litvinov2004@xxxxxxxxx> 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html