git-log combining different detail levels

2012-08-22 Thread Maaartin-1
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

Re: git-log combining different detail levels

2012-08-22 Thread Jeff King
On Wed, Aug 22, 2012 at 09:25:06PM +0200, Maaartin-1 wrote: 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