Quite often I need to see some changes in more detail and others only briefly, 
so I get some idea about the context. For example I'd like something like 
merging the outputs of

git log -p -S Bandersnatch
and
git log --name-status --oneline

together, so I know better what happened.

A simpler (and maybe more important) example is merging

git log -p some/dir
and
git log --name-status

so I could see all the changes, and the chosen ones with all details.

Is this somehow possible?

Regards, Maaartin.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to