git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-log combining different detail levels
@ 2012-08-22 19:25 Maaartin-1
  2012-08-22 20:04 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Maaartin-1 @ 2012-08-22 19:25 UTC (permalink / raw)
  To: git

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-22 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-22 19:25 git-log combining different detail levels Maaartin-1
2012-08-22 20:04 ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).